IModelRootNavigationItemsBlazor.ShowNavigationOnStart Property
Specifies the initial visibility of the navigation panel in an XAF Blazor application.
Namespace: DevExpress.ExpressApp.Blazor.SystemModule
Assembly: DevExpress.ExpressApp.Blazor.v25.1.dll
NuGet Package: DevExpress.ExpressApp.Blazor
Declaration
Property Value
| Type | Default | Description |
|---|---|---|
| Boolean | true |
|
Remarks
An XAF application displays the navigation panel on the left side of the window. Users can click the hamburger button to change panel visibility.

Set the ShowNavigationOnStart property to false to initially collapse the navigation when the application starts.


The ShowNavigationOnStart property has no effect when the page width is less than 576 pixels. The navigation panel is initially collapsed in this case.
