DataGridView.SwipeItemTemplate Property
In This Article
Gets or sets the template that defines the visual representation of grid’s swipe items.
Namespace: DevExpress.XamarinForms.DataGrid
Assembly: DevExpress.XamarinForms.Grid.dll
NuGet Package: DevExpress.XamarinForms.Grid
#Declaration
C#
public DataTemplate SwipeItemTemplate { get; set; }
#Property Value
Type | Description |
---|---|
Data |
A template for swipe items. |
#Remarks
Use the SwipeItem.Template property to define the visual structure for an individual swipe item. To specify a common template applied to all swipe items of the grid, use the grid’s SwipeItemTemplate property. The SwipeItemData class specifies the binding context for these templates.
See Also