SwipeAction
An action revealed by swiping a row.
- Kind: Class
- Namespace: SkeleKit
Properties
Background
The action's background color, or null for the system default.
Type: Color?
Command
Invoked with the row's item.
Type: ICommand?
Icon
The local icon shown on the action, or null for none.
Type: ImageSource?
IsDestructive
Whether the action is styled as destructive, and runs on a full swipe.
Type: bool
Side
Which edge reveals the action.
Type: SwipeSide
Text
The action's title.
Type: string?