Back to Devexpress

BaseGauge.IsDisposing Property

corelibraries-devexpress-dot-xtragauges-dot-core-dot-model-dot-basegauge-132435bb.md

latest1.1 KB
Original Source

BaseGauge.IsDisposing Property

Gets whether the object is being disposed of.

Namespace : DevExpress.XtraGauges.Core.Model

Assembly : DevExpress.XtraGauges.v25.2.Core.dll

NuGet Package : DevExpress.Gauges.Core

Declaration

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

Property Value

TypeDescription
Boolean

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

|

See Also

BaseGauge Class

BaseGauge Members

DevExpress.XtraGauges.Core.Model Namespace