Skip to main content
.NET 6.0+

IModelObjectView.ModelClass Property

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

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

[Required]
[DataSourceProperty("Application.BOModel", new string[]{})]
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