Class OperationMilestone
Indicates the current state of the operation.
Inheritance
System.Object
OperationMilestone
Namespace: Syncfusion.Windows.ComponentModel
Assembly: Syncfusion.GridCommon.WPF.dll
Syntax
public sealed class OperationMilestone : Enum
Fields
Finished
The operation is finished.
Declaration
public const OperationMilestone Finished
Field Value
Type |
---|
OperationMilestone |
Progress
The operation is in progress.
Declaration
public const OperationMilestone Progress
Field Value
Type |
---|
OperationMilestone |
Start
The operation is starting.
Declaration
public const OperationMilestone Start
Field Value
Type |
---|
OperationMilestone |