IModelRootNavigationItemsWeb.ShowNavigationOnStart Property
Specifies if the navigation panel is expanded when the application is started in the new web UI.
Namespace: DevExpress.ExpressApp.Web.SystemModule
Assembly: DevExpress.ExpressApp.Web.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true | true, if the navigation panel is initially expanded; otherwise, false. |
Remarks
The ShowNavigationOnStart property can be used to hide the navigation pane when it is displayed side by side with the View area.
The ShowNavigationOnStart property has no effect when the page width is less than 1000 pixels. In this instance, the navigation is located on a collapsible side panel which is always hidden by default, and which hovers the page content when the ☰ button is clicked.
Related GitHub Examples
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the ShowNavigationOnStart property.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.