Class TreeGridOperation
Defines the constants that specify the possible grid operations in SfTreeGrid.
Inheritance
System.Object
TreeGridOperation
Namespace: Syncfusion.UI.Xaml.TreeGrid
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public sealed class TreeGridOperation : Enum
Fields
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 |