Class ResizingMode
Defines the constants that specify whether to resize the column on touch-up or touch moved action.
Inheritance
System.Object
ResizingMode
Namespace: Syncfusion.SfDataGrid
Assembly: Syncfusion.SfDataGrid.Android.dll
Syntax
public sealed class ResizingMode : Enum
Fields
OnMoved
Specifies that resizing happens as the resizing indicator moves.
Declaration
public const ResizingMode OnMoved
Field Value
Type | Description |
---|---|
ResizingMode |
OnTouchUp
Specifies that resizing happens on touch-up.
Declaration
public const ResizingMode OnTouchUp
Field Value
Type | Description |
---|---|
ResizingMode |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |