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

IModelMemberViewItem.ParentView Property

Specifies the View that contains a Property Editor.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v18.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