Skip to main content
A newer version of this page is available. .

IGrid.EditNewRowPosition Property

Specifies the position of the edit form used to create new rows.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v22.1.dll

NuGet Package: DevExpress.Blazor

Declaration

[DefaultValue(GridEditNewRowPosition.Top)]
GridEditNewRowPosition EditNewRowPosition { get; set; }

Property Value

Type Default Description
GridEditNewRowPosition Top

A GridEditNewRowPosition enumeration value.

Available values:

Name Description
Top

The Grid displays the edit form at the top.

Bottom

The Grid displays the edit form at the bottom.

Remarks

Refer to the EditNewRowPosition property description for more information and an example.

See Also