Class NewRowPosition
Defines add new row position.
- TopDefault. Add form is placed at the first row of the grid.
- BottomAdd form is placed at the last row of the grid
Inheritance
System.Object
NewRowPosition
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class NewRowPosition : Enum
Fields
Bottom
Add form is placed at the last row of the grid
Declaration
public const NewRowPosition Bottom
Field Value
Type |
---|
NewRowPosition |
Top
Default. Add form is placed at the first row of the grid.
Declaration
public const NewRowPosition Top
Field Value
Type |
---|
NewRowPosition |