Class ProgressStates
Defines constants that specify the state of column resizing operation.
Inheritance
System.Object
ProgressStates
Namespace: Syncfusion.SfDataGrid
Assembly: Syncfusion.SfDataGrid.iOS.dll
Syntax
public sealed class ProgressStates : Enum
Fields
Completed
Defines the column resizing operation is ended.
Declaration
public const ProgressStates Completed
Field Value
Type |
---|
ProgressStates |
Progressing
Defines the column is being resized currently in SfDataGrid.
Declaration
public const ProgressStates Progressing
Field Value
Type |
---|
ProgressStates |
Starting
Defines that the resizing operation is about to Start.
Declaration
public const ProgressStates Starting
Field Value
Type |
---|
ProgressStates |