Skip to main content
A newer version of this page is available. .

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.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.

Events

Name Description
Tap Occurs when a user taps the swipe item.
See Also