IModelCreatableItem.ModelClass Property
In This Article
Specifies the Application Model’s Class node representing the class whose instance is created when choosing the current item in the New Action.
Namespace: DevExpress.ExpressApp.SystemModule
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
[Required]
[DataSourceProperty("Application.BOModel", new string[]{})]
IModelClass ModelClass { get; set; }
#Property Value
Type | Description |
---|---|
IModel |
An IModel |
See Also