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.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Blazor
Declaration
[DefaultValue(false)]
[ModelBrowsable(typeof(TabbedMdiOptionModelVisibilityCalculator))]
bool RestoreTabbedMdiLayout { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Boolean | 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.
To locate the property in the Model Editor of your ASP.NET Core Blazor project, navigate to the Options node.
See Also