Skip to main content
A newer version of this page is available. .

ASPxGridListEditor.NewItemRowPosition Property

Gets or sets the position of the new item row within the ASPxGridListEditor.

Namespace: DevExpress.ExpressApp.Web.Editors.ASPx

Assembly: DevExpress.ExpressApp.Web.v18.2.dll

Declaration

public NewItemRowPosition NewItemRowPosition { get; set; }

Property Value

Type Description
NewItemRowPosition

A NewItemRowPosition enumeration value that specifies the position of the new item row within the GridListEditor. The default value is specified by the NewItemRowPosition property of the Application Model‘s Views | List View node.

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.

Implements

See Also