SwipeItem.Command Property
In This Article
Gets or sets the command executed when a user taps the swipe item.
Namespace: DevExpress.XamarinForms.DataGrid
Assembly: DevExpress.XamarinForms.Grid.dll
NuGet Package: DevExpress.XamarinForms.Grid
#Declaration
C#
public ICommand Command { get; set; }
#Property Value
Type | Description |
---|---|
ICommand | A command that exposes the ICommand interface. |
#Remarks
Use the Command property or handle the SwipeItem.Tap event to specify an action to be performed on a swipe item tap.
See Also