Skip to main content
.NET Framework 4.6.2+

WinWindow.IsClosing Property

Indicates whether the WinWindow is currently being closed.

Namespace: DevExpress.ExpressApp.Win

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

Declaration

public bool IsClosing { get; }

Property Value

Type Description
Boolean

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

See Also