Skip to main content
A newer version of this page is available. .

IModelCreatableItem.ModelClass Property

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.v19.1.dll

Declaration

[Required]
[DataSourceProperty("Application.BOModel")]
IModelClass ModelClass { get; set; }

Property Value

Type Description
IModelClass

An IModelClass object specifying the Application Model’s Class node representing the class whose instance is created when choosing the current item in the New Action.

See Also