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

SwipeItem Properties

Stores information about an action button shown when a user swipes a data row.
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.
See Also