Enum VerticalPosition
Defines the constants that specify whether the TableSummaryRow or UnboundRow is positioned at either top or bottom of SFDataGrid.
Namespace: Syncfusion.WinForms.DataGrid.Enums
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public enum VerticalPosition
Fields
| Name | Description |
|---|---|
| Bottom | Specifies the TableSummaryRow or UnboundRow is positioned at bottom. |
| Top | Specifies the TableSummaryRow or UnboundRow is positioned at top. |