Skip to main content
A newer version of this page is available. .

IModelOptionsTabbedMdiLayout.RestoreTabbedMdiLayout Property

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

Namespace: DevExpress.ExpressApp.Win

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

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