Skip to main content

BaseGauge.CancelUpdate() Method

In This Article

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.2.Core.dll

NuGet Package: DevExpress.Gauges.Core

#Declaration

public void CancelUpdate()

#Remarks

See BaseGauge.BeginUpdate to learn more.

See Also