WinUI

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridRegion

    Show / Hide Table of Contents

    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 Description
    GridRegion

    Grid

    The body region of the SfDataGrid.

    Declaration
    public const GridRegion Grid
    Field Value
    Type Description
    GridRegion

    GroupDropArea

    Specifies the GroupDropArea region and placed at the top of SfDataGrid.

    Declaration
    public const GridRegion GroupDropArea
    Field Value
    Type Description
    GridRegion

    Header

    Specifies the header row part and placed at header region of the SfDataGrid.

    Declaration
    public const GridRegion Header
    Field Value
    Type Description
    GridRegion

    None

    No region.

    Declaration
    public const GridRegion None
    Field Value
    Type Description
    GridRegion

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved