Skip to main content
.NET 6.0+

IModelVariant.Views Property

Represents the list of possible IModelVariant.View values.

Namespace: DevExpress.ExpressApp.ViewVariantsModule

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