Skip to main content
.NET 6.0+

IModelListViewNewItemRow.NewItemRowPosition Property

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

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v23.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.

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