Skip to main content
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET 6.0+ platform documentation. This link will take you to the parent topic of the current section.

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.v23.2.dll

NuGet Package: DevExpress.ExpressApp.Web

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