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

IModelRootNavigationItems.NavigationStyle Property

Specifies the control to be used as the navigation control.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v19.2.dll

Declaration

[DefaultValue(NavigationStyle.NavBar)]
NavigationStyle NavigationStyle { get; set; }

Property Value

Type Default Description
NavigationStyle **NavBar**

A NavigationStyle enumeration value specifying the control to be used as the navigation control.

See Also