IModelObjectView.ModelClass Property
Specifies the type of object(s) displayed in the current View.
Namespace: DevExpress.ExpressApp.Model
Assembly: DevExpress.ExpressApp.v25.2.dll
NuGet Package: DevExpress.ExpressApp
Declaration
[DataSourceProperty("Application.BOModel", new string[]{})]
[Required]
IModelClass ModelClass { get; set; }
Property Value
| Type | Description |
|---|---|
| IModelClass | An IModelClass object representing the Class node corresponding to the type of object(s) displayed in the current View. |
See Also