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

IModelMemberViewItem.ParentView Property

Specifies the View that contains a Property Editor.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v19.2.dll

Declaration

[Browsable(false)]
IModelView ParentView { get; }

Property Value

Type Description
IModelView

An IModelView object representing the View that contains a Property Editor.

Remarks

This property is intended for internal use.

See Also