SwipeItemCollection(DataGridView) Constructor
Initializes a new instance of the SwipeItemCollection class.
Namespace: DevExpress.XamarinForms.DataGrid
Assembly: DevExpress.XamarinForms.Grid.dll
NuGet Package: DevExpress.XamarinForms.Grid
Declaration
public SwipeItemCollection(
DataGridView owner
)
Parameters
Name | Type |
---|---|
owner | DataGridView |
See Also