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

ModelVariantsProvider.Views Property

Gets the list of View nodes used by the ModelVariantsProvider.

Namespace: DevExpress.ExpressApp.ViewVariantsModule

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

Declaration

public IModelList<IModelView> Views { get; }

Property Value

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

An IModelList<IModelView> list of View nodes.

See Also