Class TreeRowType
Defines the constants that specify the possible row type in SfTreeGrid.
Inheritance
System.Object
TreeRowType
Namespace: Syncfusion.UI.Xaml.TreeGrid
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public sealed class TreeRowType : Enum
Fields
DefaultRow
Specifies the default row type.
Declaration
public const TreeRowType DefaultRow
Field Value
Type |
---|
TreeRowType |
HeaderRow
Specifies the Header row type.
Declaration
public const TreeRowType HeaderRow
Field Value
Type |
---|
TreeRowType |