Enum OperationMilestone
Indicates the current state of the operation.
Namespace: Syncfusion.Windows.ComponentModel
Assembly: Syncfusion.GridCommon.WPF.dll
Syntax
public enum OperationMilestone
Fields
| Name | Description |
|---|---|
| Finished | The operation is finished. |
| Progress | The operation is in progress. |
| Start | The operation is starting. |