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.

    IModelOptionsBlazor.RestoreTabbedMdiLayout Property

    Specifies whether XAF should restore open tabs when you start an ASP.NET Core Blazor application that uses the TabbedMDI UIType.

    Namespace: DevExpress.ExpressApp.Blazor.SystemModule

    Assembly: DevExpress.ExpressApp.Blazor.v25.1.dll

    NuGet Package: DevExpress.ExpressApp.Blazor

    Declaration

    [DefaultValue(false)]
    [ModelBrowsable(typeof(TabbedMdiOptionModelVisibilityCalculator))]
    bool RestoreTabbedMdiLayout { get; set; }

    Property Value

    Type Default Description
    Boolean false

    true if XAF should restore open tabs on next app startup; otherwise, false.

    Remarks

    When an XAF ASP.NET Core Blazor application uses the TabbedMDI UIType, you can control whether you want to save the tabs arrangement upon closing the browser window and restore it when you start the application again.
    Open the MySolution\Blazor.Server\Model.xafml file and navigate to the Options node to locate the property.

    See Also