NewObjectViewController.CreateObject() Method
Creates a new object of the type selected in the NewObjectViewController.NewObjectAction‘s control.
Namespace: DevExpress.ExpressApp.SystemModule
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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