Class GridCellRegion
Defines the constants that specify the possible cell region in SfDataGrid.
Inheritance
System.Object
    GridCellRegion
  Namespace: Syncfusion.UI.Xaml.DataGrid
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public sealed class GridCellRegion : EnumFields
BeforeFooterColumnCell
Specifies the before footer column cell region placed at the body region of SfDataGrid.
Declaration
public const GridCellRegion BeforeFooterColumnCellField Value
| Type | 
|---|
| GridCellRegion | 
FooterColumnCell
Specifies the footer column cell region arranged in footer row and placed at the footer region of SfDataGrid.
Declaration
public const GridCellRegion FooterColumnCellField Value
| Type | 
|---|
| GridCellRegion | 
FrozenColumnCell
Specifies the frozen column cell arranged in frozen row and placed at the header region of SfDataGrid.
Declaration
public const GridCellRegion FrozenColumnCellField Value
| Type | 
|---|
| GridCellRegion | 
LastColumnCell
Specifies the last column cell placed at the body region of SfDataGrid.
Declaration
public const GridCellRegion LastColumnCellField Value
| Type | 
|---|
| GridCellRegion | 
NormalCell
Specifies the normal cell arranged in DataRow and placed at the body region of SfDataGrid.
Declaration
public const GridCellRegion NormalCellField Value
| Type | 
|---|
| GridCellRegion | 
TableSummaryCell
Specifies the table summary cell arranged in TableSummaryRow of SfDataGrid.
Declaration
public const GridCellRegion TableSummaryCellField Value
| Type | 
|---|
| GridCellRegion |