MdiShowViewStrategy.CloseAllWindows() Method
Tries to close all the Windows from the WinShowViewStrategyBase.Windows collection.
Namespace: DevExpress.ExpressApp.Win
Assembly: DevExpress.ExpressApp.Win.v24.1.dll
NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design
NuGet Package: DevExpress.ExpressApp.Win
Declaration
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.