menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RowRegion - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class RowRegion

    Describes the possible values for row region. These values are used to update the row region for the row elements in a SfDataGrid control.

    Inheritance
    System.Object
    RowRegion
    Namespace: Syncfusion.SfDataGrid.XForms
    Assembly: Syncfusion.SfDataGrid.XForms.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
    RowRegion

    Footer

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

    Declaration
    public const RowRegion Footer
    Field Value
    Type
    RowRegion

    Header

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

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