Skip to main content
.NET 8.0+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

IModelListViewNewItemRow.NewItemRowPosition Property

Specifies whether to display the new item row in the current List View.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v24.2.dll

NuGet Package: DevExpress.ExpressApp

#Declaration

NewItemRowPosition NewItemRowPosition { get; set; }

#Property Value

Type Description
NewItemRowPosition

A NewItemRowPosition enumeration value specifying whether to display the new item row in the current List View.

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.

#Remarks

The new item row allows end-users to create new objects directly in a List View. To support this, the List View should be editable and object creation should be allowed (see IModelView.AllowEdit and IModelView.AllowNew).

See Also