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

GridEditNewRowPosition Enum

Lists values that specify the position of the Grid edit form used to create new rows.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v22.1.dll

NuGet Package: DevExpress.Blazor

Declaration

public enum GridEditNewRowPosition

Members

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. For instructions on how to enable data editing, refer to the following topic: Edit Data and Validate Input.

See Also