menu

UWP

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

    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.Grid
    Assembly: Syncfusion.SfGrid.UWP.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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved