Class Position
Defines the constants that specify whether the TableSummaryRow is positioned at either top or bottom of SfDataGrid.
Inheritance
System.Object
    Position
  Namespace: Syncfusion.SfDataGrid
Assembly: Syncfusion.SfDataGrid.Android.dll
Syntax
public sealed class Position : Enum
  Fields
Bottom
Specifies that the table summary row is positioned at the bottom.
Declaration
public const Position Bottom
  Field Value
| Type | 
|---|
| Position | 
Top
Specifies that the table summary row is positioned at the top.
Declaration
public const Position Top
  Field Value
| Type | 
|---|
| Position |