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

AdornerElement.IsDisposing Property

Gets whether the AdornerElement is being disposed of.

Namespace: DevExpress.Utils.VisualEffects

Assembly: DevExpress.Utils.v21.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Win.Design, DevExpress.Wpf.Core

Declaration

[Browsable(false)]
public bool IsDisposing { get; }

Property Value

Type Description
Boolean

true if the AdornerElement is being disposed of; otherwise, false.

See Also