Skip to main content

BaseGauge.IsDisposing Property

Gets whether the object is being disposed of.

Namespace: DevExpress.XtraGauges.Core.Model

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

NuGet Package: DevExpress.Gauges.Core

Declaration

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

Property Value

Type Description
Boolean

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

See Also