WinUI

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

    Show / Hide Table of Contents

    Class RowRegion

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

    Inheritance
    System.Object
    RowRegion
    Namespace: Syncfusion.UI.Xaml.Grids
    Assembly: Syncfusion.Grid.WinUI.dll
    Syntax
    public sealed class RowRegion : Enum

    Fields

    Body

    Specifies the body region which is scrollable in view.

    Declaration
    public const RowRegion Body
    Field Value
    Type Description
    RowRegion

    Footer

    Specifies the footer region which is frozen at the bottom of the view.

    Declaration
    public const RowRegion Footer
    Field Value
    Type Description
    RowRegion

    Header

    Specifies the header region which is frozen at the top of the view.

    Declaration
    public const RowRegion Header
    Field Value
    Type Description
    RowRegion

    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