ASPxGaugeControl.BeginUpdate() Method
Prevents the ASPxGaugeControl from being rendered until the ASPxGaugeControl.EndUpdate or ASPxGaugeControl.CancelUpdateASPxGaugeControl method is called.
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.