Skip to main content
.NET 6.0+

IModelVariant.View Property

Represents the node of the View to be displayed when selecting a View variant.

Namespace: DevExpress.ExpressApp.ViewVariantsModule

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

Declaration

[Required]
[DataSourceProperty("Views", new string[]{})]
IModelView View { get; set; }

Property Value

Type Description
IModelView

An IModelView node representing the View to be displayed when selecting a View variant.

See Also