Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

IModelObjectView.ModelClass Property

Specifies the type of object(s) displayed in the current View.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v21.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

[Required]
[DataSourceProperty("Application.BOModel")]
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