Xamarin.iOS

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RowRegion - Xamarin.iOS API Reference | Syncfusion SfDataGrid control. ">

    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
    Assembly: Syncfusion.SfDataGrid.iOS.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 - 2021 Syncfusion Inc. All Rights Reserved