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

IModelView.AsObjectView Property

Casts the current IModelView node to the IModelObjectView type.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

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

Property Value

Type Description
IModelObjectView

An IModelObjectView object representing the current IModelView node.

See Also