Class DataGridSwipeOffsetMode
Defines constants that specifies whether the swipe view content should be auto sized or not.
Inheritance
System.Object
DataGridSwipeOffsetMode
Namespace: Syncfusion.Maui.DataGrid
Assembly: Syncfusion.Maui.DataGrid.dll
Syntax
public sealed class DataGridSwipeOffsetMode : Enum
Fields
Auto
The SwipeView is auto sized based on its template contents.
Declaration
public const DataGridSwipeOffsetMode Auto
Field Value
Custom
The SwipeView is sized based on the MaxSwipeOffset.
Declaration
public const DataGridSwipeOffsetMode Custom