IModelView.AsObjectView Property
Casts the current IModelView node to the IModelObjectView type.
Namespace: DevExpress.ExpressApp.Model
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Property Value
Type | Description |
---|---|
IModelObjectView | An IModelObjectView object representing the current IModelView node. |
See Also