A newer version of this page is available.
Switch to the current version.
BaseObject.IsDisposing Property
Gets whether the form is currently being disposed of.
Namespace: DevExpress.XtraGauges.Core.Base
Assembly: DevExpress.XtraGauges.v18.2.Core.dll
Declaration
[Browsable(false)]
public bool IsDisposing { get; }
<Browsable(False)>
Public ReadOnly Property IsDisposing As Boolean
Property Value
Type | Description |
---|---|
Boolean | true if the form is currently being disposed of; otherwise, false. |
Implements
DevExpress.XtraGauges.Core.Base.IBaseObject.IsDisposing
See Also
Feedback