SwipeItem Properties
Stores information about an action button shown when a user swipes a data row.| Name | Description |
|---|---|
| BackgroundColor | Gets or sets the background color of the swipe item. |
| Caption | Gets or sets the text displayed within the swipe item. |
| Command | Gets or sets the command executed when a user taps the swipe item. |
| FontColor | Gets or sets the color used to paint the text within the swipe item. |
| Image | Gets or sets an icon the swipe item displays. |
| Template | Gets or sets a template that defines the visual representation of the swipe button. |
| Width | Gets or sets the swipe item width. |
See Also