Enum GridOperation
Defines the constants that specify the possible grid operations in SFDataGrid.
Namespace: Syncfusion.WinForms.DataGrid.Enums
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public enum GridOperation
Fields
Name | Description |
---|---|
AddNewRow | Specifies the AddNewRow related operation is being processed in SfDataGrid. |
Filtering | Specifies the column is being filtered in SFDataGrid. |
FilterPopupOpening | The filter popup is being opened in the column. |
FilterRow | Specifies the FilterRow related operation is being processed in SfDataGrid. |
Grouping | Specifies the column is being grouped in SFDataGrid. |
Paging | Specifies the paging related operation is being process in SfDataGrid. |
Paste | Specifies the paste operation is performed in SFDataGrid. |
RowHeaderChanged | The RowHeader state is being changed in SFDataGrid. |
Sorting | Specifies the column is being sorted in SFDataGrid. |
StackedHeaderRow | Specifies the StackedHeaderRow related operation is being processed in SFDataGrid. |
TableSummary | Specifies the table summary related operation is being processed in SFDataGrid. |
UnboundDataRow | Specifies the UnboundRow related operation is being processed in SfDataGrid. |