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

IModelMemberViewItem.Views Property

Specifies the possible Views that can be displayed by a Property Editor.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v19.2.dll

Declaration

[Browsable(false)]
IModelList<IModelView> Views { get; }

Property Value

Type Description
DevExpress.ExpressApp.Model.IModelList<IModelView>

An IModelList<IModelView> object representing a collection of the Views that can be displayed by a Property Editor.

See Also