BaseComponent.IsDisposing Property
Gets whether the BaseComponent object is currently being disposed of.
Namespace: DevExpress.XtraBars.Docking2010.Base
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if the BaseComponent object is currently being disposed of; otherwise, false. |
See Also