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