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

DefaultListViewOptionsAttribute.NewItemRowPosition Property

Specifies the position of the new item row for the List Views that will display objects of the target business class.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public NewItemRowPosition NewItemRowPosition { get; }

Property Value

Type Description
NewItemRowPosition

A NewItemRowPosition enumeration value which specifies the position of the new item row in a List View’s List Editor.

Available values:

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.

See Also