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

NavigationStyle Enum

Contains values which specify the navigation control style.

Namespace: DevExpress.ExpressApp.Templates.ActionContainers

Assembly: DevExpress.ExpressApp.v20.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public enum NavigationStyle

Members

Name Description
TreeList

Specifies that a treelist control is used as the navigation control. In this instance, the displayed tree is identical to the navigation structure.

NavBar

Specifies that a navbar control is used as the navigation control. In this instance, the first-level child nodes of the IModelRootNavigationItems node represent the navbar’s groups. These groups cannot be used to navigate to Views. The groups only serve as the containers for other child nodes.

Accordion

Specifies that an accordion control is used as the navigation control. In this instance, all nodes except nodes of the last nesting level present accordion groups. These groups are containers for other child nodes. You cannot use these groups to navigate to Views.

Remarks

These enumeration values are used to set the IModelRootNavigationItems.NavigationStyle property.

See Also