Skip to main content

NewItemRowPosition Enum

Lists values that specify the New Item Row‘s position.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public enum NewItemRowPosition

Members

Name Description
None

The new item row is not shown.

Top

The new item row is displayed above all data and grid rows.

Bottom

The new item row is displayed below all data and grid rows.

Related API Members

The following properties accept/return NewItemRowPosition values:

See Also