Skip to main content
.NET 8.0+

IModelRootNavigationItems.NavigationStyle Property

Specifies the control to be used as the navigation control.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v25.1.dll

NuGet Package: DevExpress.ExpressApp

Declaration

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

Property Value

Type Default Description
NavigationStyle NavBar

A NavigationStyle enumeration value that specifies which control to use as the navigation control.

Remarks

In the Model Editor, XAF filters the available NavigationStyle property’s values by platform.

Platform Value
ASP.NET Core Blazor TreeList, Accordion
Windows Forms NavBar, TreeList, Accordion
ASP.NET Web Forms NavBar, TreeList
See Also