Skip to main content
.NET 6.0+

WinWindow.IsClosing Property

Indicates whether the WinWindow is currently being closed.

Namespace: DevExpress.ExpressApp.Win

Assembly: DevExpress.ExpressApp.Win.v23.2.dll

NuGet Package: DevExpress.ExpressApp.Win

Declaration

public bool IsClosing { get; }

Property Value

Type Description
Boolean

true, if the Window is currently being closed; otherwise, false.

See Also