Skip to main content
All docs
V25.1
  • .NET 8.0+
    • The page you are viewing does not exist in the .NET Framework 4.6.2+ platform documentation. This link will take you to the parent topic of the current section.

    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

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

    Property Value

    Type Default Description
    Boolean true

    true to initially display the navigation panel; false to initially collapse the navigation panel.

    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.

    Application with visible navigation panel

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

    Set ShowNavigationOnStart in model editor

    Application with collapsed navigation panel

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

    Application with navigation panel on small screen

    See Also