Skip to main content

WinWindow.IsClosing Property

Indicates whether the WinWindow is currently being closed.

Namespace: DevExpress.ExpressApp.Win

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

NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design

Declaration

public bool IsClosing { get; }

Property Value

Type Description
Boolean

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

See Also