Enum TreeGridOperation
Defines the constants that specify the possible grid operations in SfTreeGrid.
Namespace: Syncfusion.UI.Xaml.TreeGrid
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
public enum TreeGridOperation
Fields
| Name | Description |
|---|---|
| Filtering | Specifies the column is being filtered in SfTreeGrid. |
| FilterPopupOpening | The filter popup is being opened in the column. |
| RowHeaderChanged | The RowHeader state is being changed in SfTreeGrid. |
| Sorting | Specifies the column is being sorted in SfTreeGrid. |
| StackedHeaderRow | Specifies the StackedHeaderRow related operation is being processed in SfTreeGrid. |