Back to Devexpress

IModelListViewNewItemRow.NewItemRowPosition Property

expressappframework-devexpress-dot-expressapp-dot-systemmodule-dot-imodellistviewnewitemrow.md

latest2.2 KB
Original Source

IModelListViewNewItemRow.NewItemRowPosition Property

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

Namespace : DevExpress.ExpressApp.SystemModule

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
NewItemRowPosition NewItemRowPosition { get; set; }
vb
Property NewItemRowPosition As NewItemRowPosition

Property Value

TypeDescription
NewItemRowPosition

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

|

Available values:

NameDescription
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

List View Edit Modes

IModelListViewNewItemRow Interface

IModelListViewNewItemRow Members

DevExpress.ExpressApp.SystemModule Namespace