Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

NewItemRowPosition Enum

Contains values that specify the positions of a new item row within a List Editor that supports the ISupportNewItemRowPosition interface.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v21.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public enum NewItemRowPosition

Members

Name Description
None

The new item row is not displayed in a List Editor.

Top

The new item row is positioned at the top of a List Editor.

Bottom

The new item row is positioned at the bottom of a List Editor.

Remarks

These values are used to set the GridListEditor.NewItemRowPosition, ASPxGridListEditor.NewItemRowPosition and IModelListViewNewItemRow.NewItemRowPosition properties.

See Also