Class VerticalPosition
Defines the constants that specify whether the TableSummaryRow or UnboundRow is positioned at either top or bottom of SFDataGrid.
Inheritance
System.Object
VerticalPosition
Namespace: Syncfusion.WinForms.DataGrid.Enums
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public sealed class VerticalPosition : Enum
Fields
Bottom
Specifies the TableSummaryRow or UnboundRow is positioned at bottom.
Declaration
public const VerticalPosition Bottom
Field Value
| Type |
|---|
| VerticalPosition |
Top
Specifies the TableSummaryRow or UnboundRow is positioned at top.
Declaration
public const VerticalPosition Top
Field Value
| Type |
|---|
| VerticalPosition |