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

BaseComponent.IsDisposing Property

Gets whether the BaseComponent object is currently being disposed of.

Namespace: DevExpress.XtraBars.Docking2010.Base

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

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

Property Value

Type Description
Boolean

true if the BaseComponent object is currently being disposed of; otherwise, false.

See Also