Enum DataOperation
Defines the constants for specifying different data operations performed in the collection view.
Namespace: Syncfusion.Data
Assembly: Syncfusion.Data.WinForms.dll
Syntax
public enum DataOperation
Fields
Name | Description |
---|---|
Default | Denotes the data operation other than sorting, grouping, filtering and summary calculation. |
Filtering | Denotes the filtering operation is being performed. |
Grouping | Denotes the grouping operation is being performed. |
Sorting | Denotes the sorting operation is being performed. |
Summary | Denotes the summary calculation operation is being performed. |