IModelRootNavigationItems.NavigationStyle Property
Specifies the control to be used as the navigation control.
Namespace: DevExpress.ExpressApp.SystemModule
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Navigation |
Nav |
A Navigation |
Available values:
Name | Description |
---|---|
Tree |
Specifies that a treelist control is used as the navigation control. In this instance, the displayed tree is identical to the navigation structure. |
Nav |
Specifies that a navbar control is used as a navigation control. In this instance, the first-level child nodes of the IModel |
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. |