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.Grid
Assembly: Syncfusion.SfGrid.UWP.dll
Syntax
public sealed class AddNewRowPosition : EnumFields
Bottom
Specifies that AddNewRow will be placed at bottom of the body region.
Declaration
public const AddNewRowPosition BottomField Value
| Type | 
|---|
| AddNewRowPosition | 
FixedTop
Specifies that AddNewRow will be placed at top of the body region in frozen state.
Declaration
public const AddNewRowPosition FixedTopField Value
| Type | 
|---|
| AddNewRowPosition | 
None
No AddNewRow will be placed.
Declaration
public const AddNewRowPosition NoneField Value
| Type | 
|---|
| AddNewRowPosition | 
Top
Specifies that AddNewRow will be placed at top of the body region.
Declaration
public const AddNewRowPosition TopField Value
| Type | 
|---|
| AddNewRowPosition |