menu

WinUI

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridCellRegion - WinUI API Reference | Syncfusion

    Show / Hide Table of Contents

    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 : Enum

    Fields

    BeforeFooterColumnCell

    Specifies the before footer column cell region placed at the body region of SfDataGrid.

    Declaration
    public const GridCellRegion BeforeFooterColumnCell
    Field 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 FooterColumnCell
    Field 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 FrozenColumnCell
    Field Value
    Type
    GridCellRegion

    LastColumnCell

    Specifies the last column cell placed at the body region of SfDataGrid.

    Declaration
    public const GridCellRegion LastColumnCell
    Field Value
    Type
    GridCellRegion

    NormalCell

    Specifies the normal cell arranged in DataRow and placed at the body region of SfDataGrid.

    Declaration
    public const GridCellRegion NormalCell
    Field Value
    Type
    GridCellRegion

    TableSummaryCell

    Specifies the table summary cell arranged in TableSummaryRow of SfDataGrid.

    Declaration
    public const GridCellRegion TableSummaryCell
    Field Value
    Type
    GridCellRegion
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved