SwipeItem Members
Stores information about an action button shown when a user swipes a data row.Constructors
Name | Description |
---|---|
SwipeItem() | Initializes a new instance of the SwipeItem class with default settings. |
Fields
Name | Description |
---|---|
BackgroundColorProperty static | Identifies the BackgroundColor bindable property. |
CaptionProperty static | Identifies the Caption bindable property. |
CommandProperty static | Identifies the Command bindable property. |
FontColorProperty static | Identifies the FontColor bindable property. |
ImageProperty static | Identifies the Image bindable property. |
TemplateProperty static | |
WidthProperty static | Identifies the Width bindable property. |
Properties
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. |
Events
Name | Description |
---|---|
Tap | Occurs when a user taps the swipe item. |
See Also