Skip to main content
.NET 6.0+

MdiShowViewStrategy.CloseAllWindows() Method

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

Namespace: DevExpress.ExpressApp.Win

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

NuGet Package: DevExpress.ExpressApp.Win

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