Back to Devexpress

SwipeItem.Template Property

mobilecontrols-devexpress-dot-xamarinforms-dot-datagrid-dot-swipeitem-dcf406a2.md

latest1.4 KB
Original Source

SwipeItem.Template Property

Gets or sets a template that defines the visual representation of the swipe button.

Namespace : DevExpress.XamarinForms.DataGrid

Assembly : DevExpress.XamarinForms.Grid.dll

NuGet Package : DevExpress.XamarinForms.Grid

Declaration

csharp
public DataTemplate Template { get; set; }

Property Value

TypeDescription
DataTemplate

A template for the swipe button.

|

Remarks

Use the 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 DataGridView.SwipeItemTemplate property. The SwipeItemData class specifies the binding context for these templates.

See Also

SwipeItem Class

SwipeItem Members

DevExpress.XamarinForms.DataGrid Namespace