Class TreeGridOperation
Defines the constants that specify the possible grid operations in SfTreeGrid.
Inheritance
System.Object
TreeGridOperation
Namespace: Syncfusion.UI.Xaml.TreeGrid
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
public sealed class TreeGridOperation : Enum
Fields
Filtering
Specifies the column is being filtered in SfTreeGrid.
Declaration
public const TreeGridOperation Filtering
Field Value
| Type |
|---|
| TreeGridOperation |
FilterPopupOpening
The filter popup is being opened in the column.
Declaration
public const TreeGridOperation FilterPopupOpening
Field Value
| Type |
|---|
| TreeGridOperation |
Paging
Specifies when the page is navigated in SfTreeGrid.
Declaration
public const TreeGridOperation Paging
Field Value
| Type |
|---|
| TreeGridOperation |
RowHeaderChanged
The RowHeader state is being changed in SfTreeGrid.
Declaration
public const TreeGridOperation RowHeaderChanged
Field Value
| Type |
|---|
| TreeGridOperation |
Sorting
Specifies the column is being sorted in SfTreeGrid.
Declaration
public const TreeGridOperation Sorting
Field Value
| Type |
|---|
| TreeGridOperation |
StackedHeaderRow
Specifies the StackedHeaderRow related operation is being processed in SfTreeGrid.
Declaration
public const TreeGridOperation StackedHeaderRow
Field Value
| Type |
|---|
| TreeGridOperation |