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.

Fields

Name Description
BackgroundColorProperty static Identifies the BackgroundColor bindable property.
CaptionProperty static Identifies the Caption bindable property.
CommandProperty static Identifies the Command bindable property.
FontAttributesProperty static Identifies the FontAttributes bindable property.
FontColorProperty static Identifies the FontColor bindable property.
FontFamilyProperty static Identifies the FontFamily bindable property.
FontSizeProperty static Identifies the FontSize bindable property.
ImageProperty static Identifies the Image bindable property.
TemplateProperty static Identifies the Template bindable property.
TextDecorationsProperty static Identifies the TextDecorations bindable property.
WidthProperty static Identifies the Width bindable property.

Properties

Name Description
ActualAppearance Gets the common appearance settings that are applied to the current SwipeItem.
BackgroundColor Gets or sets the background color of the swipe item. This is a bindable property.
Caption Gets or sets the text displayed within the swipe item. This is a bindable property.
Command Gets or sets the command executed when a user taps the swipe item. This is a bindable property.
FontAttributes Gets or sets the font attributes of the swipe item. This is a bindable property.
FontColor Gets or sets the color used to paint the text within the swipe item. This is a bindable property.
FontFamily Gets or sets the font family that is applied to the swipe item’s text. This is a bindable property.
FontSize Gets or sets the font size that is applied to the swipe item’s text. This is a bindable property.
Image Gets or sets an icon the swipe item displays. This is a bindable property.
Template Gets or sets a template that defines the visual representation of the swipe button. This is a bindable property.
TextDecorations Gets or sets the text decorations of the swipe item. This is a bindable property.
Width Gets or sets the swipe item width. This is a bindable property.

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