Skip to main content
.NET 6.0+

IModelNavigationItem.View Property

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

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

[DataSourceProperty("Application.Views", new string[]{})]
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