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
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