Back to Devexpress

DataGridView.SwipeItemTemplate Property

mobilecontrols-devexpress-dot-xamarinforms-dot-datagrid-dot-datagridview-05d67cfb.md

latest1.4 KB
Original Source

DataGridView.SwipeItemTemplate Property

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

csharp
public DataTemplate SwipeItemTemplate { get; set; }

Property Value

TypeDescription
DataTemplate

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

DataGridView Class

DataGridView Members

DevExpress.XamarinForms.DataGrid Namespace