Skip to main content
.NET 6.0+

IModelView.AsObjectView Property

Casts the current IModelView node to the IModelObjectView type.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

[Browsable(false)]
IModelObjectView AsObjectView { get; }

Property Value

Type Description
IModelObjectView

An IModelObjectView object representing the current IModelView node.

See Also