Back to Devexpress

BaseComponent.IsDisposing Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-base-dot-basecomponent.md

latest1.4 KB
Original Source

BaseComponent.IsDisposing Property

Gets whether the BaseComponent object is currently being disposed of.

Namespace : DevExpress.XtraBars.Docking2010.Base

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public bool IsDisposing { get; }
vb
<Browsable(False)>
Public ReadOnly Property IsDisposing As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

BaseComponent Class

BaseComponent Members

DevExpress.XtraBars.Docking2010.Base Namespace