Skip to main content

ASPxGaugeControl.CancelUpdate() Method

Re-enables render operations after a call to the ASPxGaugeControl.BeginUpdate method without an immediate re-rendering.

Namespace: DevExpress.Web.ASPxGauges

Assembly: DevExpress.Web.ASPxGauges.v23.2.dll

NuGet Package: DevExpress.Web.Visualization

Declaration

public void CancelUpdate()

Remarks

The ASPxGaugeControl allows a sequence of operations that affect its appearance and/or functionality to be performed without having the control render itself after each modification. To do this, the code performing sequential changes to the grid view must be enclosed within calls to the ASPxGaugeControl.BeginUpdate and ASPxGaugeControl.CancelUpdate/ASPxGaugeControl.EndUpdate methods. This improves performance and avoids unnecessary render operations.

See Also