Window.Close(Boolean) Method
Closes the Window and optionally refreshes its parent Window.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
Name | Type | Description |
---|---|---|
isForceRefresh | Boolean | true if the parent Window must be refreshed; otherwise, false. |
Returns
Type | Description |
---|---|
Boolean | true, if the Window has been successfully closed; otherwise, false. |
Remarks
Each of the Window class descendants provides a different implementation of this method. In the Window class, this method does nothing, and returns false.
See Also