Class DataGridAddNewRowPosition
Defines the constants that specify whether the AddNewRow positioned at top or bottom of body region in SfDataGrid.
Inheritance
System.Object
DataGridAddNewRowPosition
Namespace: Syncfusion.Maui.DataGrid
Assembly: Syncfusion.Maui.DataGrid.dll
Syntax
public sealed class DataGridAddNewRowPosition : Enum
Fields
Bottom
Specifies that AddNewRow will be placed at bottom of the body region.
Declaration
public const DataGridAddNewRowPosition Bottom
Field Value
Type |
---|
DataGridAddNewRowPosition |
FixedTop
Specifies that AddNewRow will be placed at top of the body region in frozen state.
Declaration
public const DataGridAddNewRowPosition FixedTop
Field Value
Type |
---|
DataGridAddNewRowPosition |
None
No AddNewRow will be placed.
Declaration
public const DataGridAddNewRowPosition None
Field Value
Type |
---|
DataGridAddNewRowPosition |
Top
Specifies that AddNewRow will be placed at top of the body region.
Declaration
public const DataGridAddNewRowPosition Top
Field Value
Type |
---|
DataGridAddNewRowPosition |