BaseGauge.CancelUpdate() Method
Unlocks the BaseGauge object after it has been locked by the BeginUpdate method, without causing an immediate visual update.
Namespace: DevExpress.XtraGauges.Core.Model
Assembly: DevExpress.XtraGauges.v24.1.Core.dll
NuGet Package: DevExpress.Gauges.Core
Declaration
Remarks
See BaseGauge.BeginUpdate to learn more.
See Also