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

ASPxGaugeControl.SaveStateOnCallbacks Property

Gets or sets a value indicating whether a gauge’s state should be saved between callbacks.

Namespace: DevExpress.Web.ASPxGauges

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

Declaration

[DefaultValue(true)]
public bool SaveStateOnCallbacks { get; set; }

Property Value

Type Default Description
Boolean **true**

true to save a gauge’s state between callbacks; otherwise, false.

Remarks

Use the SaveStateOnCallbacks property, to decide if the current state of gauge properties should be passed between a server and a client on callbacks. To reduce the amount of passed information, set the SaveStateOnCallbacks property to false.

See Also