Skip to main content
.NET 8.0+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

GridListEditor.NewItemRowPosition Property

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

Namespace: DevExpress.ExpressApp.Win.Editors

Assembly: DevExpress.ExpressApp.Win.v24.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 IModelListViewNewItemRow.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