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

IModelVariant.Views Property

Represents the list of possible IModelVariant.View values.

Namespace: DevExpress.ExpressApp.ViewVariantsModule

Assembly: DevExpress.ExpressApp.ViewVariantsModule.v20.2.dll

Declaration

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

Property Value

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

An IModelList<IModelView> object representing a list of available views.

Remarks

This property is not visible in the Model Editor. It is used to fill the IModelVariant node’s View property dropdown list.

See Also