Skip to main content

TransitionManager.IsDisposing Property

Gets whether the TransitionManager is being disposed of.

Namespace: DevExpress.Utils.Animation

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

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

Property Value

Type Description
Boolean

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

See Also