Skip to main content
.NET 6.0+

NewObjectViewController.CreateObject() Method

Creates a new object of the type selected in the NewObjectViewController.NewObjectAction‘s control.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

[Browsable(false)]
public object CreateObject()

Returns

Type Description
Object

The created object of the type selected in the NewObjectAction‘s control.

Remarks

This method is intended for internal use.

See Also