Class TreeGridRegion
Defines the constants that specify the possible region in SfTreeGrid.
Inheritance
System.Object
TreeGridRegion
Namespace: Syncfusion.UI.Xaml.TreeGrid
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public sealed class TreeGridRegion : Enum
Fields
Grid
The body region of the SfTreeGrid.
Declaration
public const TreeGridRegion Grid
Field Value
Type |
---|
TreeGridRegion |
Header
Specifies the header row part and placed at header region of the SfTreeGrid.
Declaration
public const TreeGridRegion Header
Field Value
Type |
---|
TreeGridRegion |
None
No region.
Declaration
public const TreeGridRegion None
Field Value
Type |
---|
TreeGridRegion |