WinShowViewStrategyBase.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
This method is used internally in XAF, and is not intended to be called from your code.
See Also