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

IModelNavigationItem.View Property

Specifies the View displayed when choosing the current item in the navigation control.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v21.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

[DataSourceProperty("Application.Views")]
IModelView View { get; set; }

Property Value

Type Description
IModelView

An IModelView object specifying the View displayed when choosing the current item in the navigation control.

See Also