Skip to main content
A newer version of this page is available. .

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.v19.1.dll

Declaration

[DefaultValue(true)]
bool ShowNavigationOnStart { get; set; }

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.

NavigationNewWebUI

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.

NavigationPaneHovering

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.

See Also