Enum RowPosition
Defines the constants that specify whether the AddNewRow or FilterRow positioned at top or bottom of body region in SfDataGrid.
Namespace: Syncfusion.WinForms.DataGrid.Enums
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public enum RowPosition
Fields
Name | Description |
---|---|
Bottom | Specifies that AddNewRow or FilterRow will be placed at bottom of the body region. |
FixedBottom | Specifies that AddNewRow or FilterRow will be placed at top of the body region in frozen state. |
FixedTop | Specifies that AddNewRow or FilterRow will be placed at top of the body region in frozen state. |
None | No AddNewRow or FilterRow will be placed. |
Top | Specifies that AddNewRow or FilterRow will be placed at top of the body region. |