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