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