Enum BusyIndicatorAction
Defines the constants that specifies the reason for loading the busy indicator in SfDataGrid.
Namespace: Syncfusion.WinForms.DataGrid.Enums
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public enum BusyIndicatorAction
Fields
| Name | Description |
|---|---|
| DataLoading | Specifies the loading operation of the SfDataGrid. |
| Filtering | Specifies the filtering operation of the SfDataGrid. |
| Grouping | Specifies the grouping operation of the SfDataGrid. |
| Sorting | Specifies the sorting operation of the SfDataGrid. |