Back to Devexpress

GridListEditorNewItemRowHandlingMode Enum

expressappframework-devexpress-dot-expressapp-dot-win-dot-editors-4212c1cf.md

latest2.0 KB
Original Source

GridListEditorNewItemRowHandlingMode Enum

Contains values specifying how the new object is created using the New Item Row.

Namespace : DevExpress.ExpressApp.Win.Editors

Assembly : DevExpress.ExpressApp.Win.v25.2.dll

NuGet Packages : DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design

Declaration

csharp
public enum GridListEditorNewItemRowHandlingMode
vb
Public Enum GridListEditorNewItemRowHandlingMode

Members

NameDescription
NativeControl

A new object is created by the grid control itself.

| | XafController |

A new object is created by the NewObjectViewController.

|

The following properties accept/return GridListEditorNewItemRowHandlingMode values:

Remarks

This enumeration values are used to initialize the GridListEditor.DefaultNewItemRowHandlingMode field and GridListEditor.NewItemRowHandlingMode property.

See Also

DevExpress.ExpressApp.Win.Editors Namespace