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