Skip to main content
.NET 6.0+

IModelOptionsTabbedMdiLayout.RestoreTabbedMdiLayout Property

Indicates whether to restore the tabs arrangement when starting an MDI application.

Namespace: DevExpress.ExpressApp.Win

Assembly: DevExpress.ExpressApp.Win.v23.2.dll

NuGet Package: DevExpress.ExpressApp.Win

Declaration

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

Property Value

Type Default Description
Boolean true

true if the tabs arrangement must be restored; otherwise, false.

Remarks

When an MdiShowViewStrategy is used by a Windows Forms application, and this strategy shows Views in the tabbed mode (see MdiShowViewStrategy.MdiMode), consider whether you need to save the tabs arrangement when closing the application and restore them when starting the application again. To set this option, use the RestoreTabbedMdiLayout property of the Options node in the Model Editor.

See Also