Class ProgressStates
Defines constants that specify the possible progressing states of resizing/zooming operation in a SfDataGrid control.
Inheritance
System.Object
ProgressStates
Namespace: Syncfusion.SfDataGrid.XForms
Assembly: Syncfusion.SfDataGrid.XForms.dll
Syntax
public sealed class ProgressStates : Enum
Fields
Completed
Specifies that the column resizing/zooming operation has ended.
Declaration
public const ProgressStates Completed
Field Value
Type |
---|
ProgressStates |
Progressing
Specifies that the column/datagrid is being resized/zoomed respectively.
Declaration
public const ProgressStates Progressing
Field Value
Type |
---|
ProgressStates |
Starting
Specifies that the resizing/Zooming operation is about to Start.
Declaration
public const ProgressStates Starting
Field Value
Type |
---|
ProgressStates |