Skip to main content

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

NuGet Package: DevExpress.Gauges.Core

Declaration

public void CancelUpdate()

Remarks

See BaseGauge.BeginUpdate to learn more.

See Also