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.v24.1.dll
NuGet Package: DevExpress.Web.Visualization
Declaration
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.