Skip to main content
.NET Framework 4.5.2+

Window.Close(Boolean) Method

Closes the Window and optionally refreshes its parent Window.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

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