Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

MdiShowViewStrategy.CloseAllWindows() Method

Tries to close all the Windows from the WinShowViewStrategyBase.Windows collection.

Namespace: DevExpress.ExpressApp.Win

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

Declaration

public override bool CloseAllWindows()

Returns

Type Description
Boolean

true if the Windows have been closed successfully; otherwise, false.

Remarks

Overrides the WinShowViewStrategyBase.CloseAllWindows method of the base class. If there are several open explorer windows (these windows contain navigation items and can display several List and Detail Views in tabs), this method saves the current layout of all open windows to the Application Model and closes them. If you don’t want the windows layout to be saved to the Model, set the Options node’s EnableKeepTabbedMdiLayout property to false.

See Also