Class UnboundRowsPosition
Defines the constants that specify whether the unbound row is positioned at top or bottom of body region in SfDataGrid.
Inheritance
System.Object
    UnboundRowsPosition
  Namespace: Syncfusion.SfDataGrid
Assembly: Syncfusion.SfDataGrid.iOS.dll
Syntax
public sealed class UnboundRowsPosition : Enum
  Fields
Bottom
Specifies that Unbound Row will be placed at bottom of the body region and is scrollable or non sticky.
Declaration
public const UnboundRowsPosition Bottom
  Field Value
| Type | 
|---|
| UnboundRowsPosition | 
FixedBottom
Specifies that Unbound Row will be placed at footer region and is not scrollable and frozen in view
Declaration
public const UnboundRowsPosition FixedBottom
  Field Value
| Type | 
|---|
| UnboundRowsPosition | 
FixedTop
Specifies that Unbound Row will be placed at the header region and is not scrollable and frozen in view
Declaration
public const UnboundRowsPosition FixedTop
  Field Value
| Type | 
|---|
| UnboundRowsPosition | 
None
No Unbound Row will be placed.
Declaration
public const UnboundRowsPosition None
  Field Value
| Type | 
|---|
| UnboundRowsPosition | 
Top
Specifies that Unbound Row will be placed at top of the body region and is scrollable or non sticky.
Declaration
public const UnboundRowsPosition Top
  Field Value
| Type | 
|---|
| UnboundRowsPosition |