Skip to main content
.NET 6.0+

IModelRootNavigationItems.NavigationStyle Property

Specifies the control to be used as the navigation control.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

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