GridListEditor.NewItemRowHandlingMode Property
In This Article
Specifies how a new object is created using the New Item Row.
Namespace: DevExpress.ExpressApp.Win.Editors
Assembly: DevExpress.ExpressApp.Win.v24.2.dll
NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design
#Declaration
public GridListEditorNewItemRowHandlingMode NewItemRowHandlingMode { get; set; }
#Property Value
Type | Description |
---|---|
Grid |
A Grid |
Available values:
Name | Description |
---|---|
Native |
A new object is created by the grid control itself. |
Xaf |
A new object is created by the New |
#Remarks
The default mode is NewObjectViewController. It is specified using the static GridListEditor.DefaultNewItemRowHandlingMode property.
See Also