Back to Devexpress

NewItemRowPosition Enum

expressappframework-devexpress-dot-expressapp-b90ab5b1.md

latest2.2 KB
Original Source

NewItemRowPosition Enum

Contains values that specify the positions of a new item row within a List Editor that supports the ISupportNewItemRowPosition interface.

Namespace : DevExpress.ExpressApp

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public enum NewItemRowPosition
vb
Public Enum NewItemRowPosition

Members

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

|

The following properties accept/return NewItemRowPosition values:

Remarks

These values are used to set the GridListEditor.NewItemRowPosition and IModelListViewNewItemRow.NewItemRowPosition properties.

See Also

DevExpress.ExpressApp Namespace