menu

WPF

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

    Show / Hide Table of Contents

    Enum GridCellRegion

    Defines the constants that specify the possible cell region in SfDataGrid.

    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    public enum GridCellRegion

    Fields

    Name Description
    BeforeFooterColumnCell

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

    FooterColumnCell

    Specifies the footer column cell region arranged in footer row and placed at the footer region of SfDataGrid.

    FrozenColumnCell

    Specifies the frozen column cell arranged in frozen row and placed at the header region of SfDataGrid.

    LastColumnCell

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

    NormalCell

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

    TableSummaryCell

    Specifies the table summary cell arranged in TableSummaryRow of SfDataGrid.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved