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.Android.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 |