Skip to main content
.NET 6.0+

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.v23.2.dll

NuGet Package: DevExpress.ExpressApp

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.

See Also