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