Enum GridOperation
Defines the constants that specify the possible grid operations in SfDataGrid.
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
public enum GridOperation
Fields
| Name | Description |
|---|---|
| AddNewRow | Specifies the AddNewRow related operation is being performed 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 performed in SfDataGrid. |
| Grouping | Specifies the column is being grouped in SfDataGrid. |
| Paging | Specifies when the page is navigated 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. |