Class Position
Defines the constants that specify whether the table summary row is positioned at the top or bottom of the SfDataGrid.
Inheritance
System.Object
Position
Namespace: Syncfusion.SfDataGrid.XForms
Assembly: Syncfusion.SfDataGrid.XForms.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 | Description |
---|---|
Position |
Top
Specifies that the table summary row is positioned at the top.
Declaration
public const Position Top
Field Value
Type | Description |
---|---|
Position |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |