Skip to main content
A newer version of this page is available. .

BaseGauge.EndUpdate() Method

Unlocks the BaseGauge object after a call to the BeginUpdate method and causes an immediate visual update.

Namespace: DevExpress.XtraGauges.Core.Model

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

NuGet Packages: DevExpress.Gauges.Core, DevExpress.WindowsDesktop.Gauges.Core

Declaration

public void EndUpdate()

Remarks

See BaseGauge.BeginUpdate, to learn more.

See Also