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.iOS.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 | 
|---|
| ResizingMode | 
OnTouchUp
Specifies that resizing happens on touch-up.
Declaration
public const ResizingMode OnTouchUp
  Field Value
| Type | 
|---|
| ResizingMode |