Skip to main content
A newer version of this page is available. .

Window.Close(Boolean) Method

Closes the Window and optionally refreshes its parent Window.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public virtual bool Close(
    bool isForceRefresh
)

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