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
NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design
#Declaration
public NewItemRowPosition NewItemRowPosition { get; set; }
#Property Value
Type | Description |
---|---|
New |
A New |
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. |