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.v24.1.dll
NuGet Package: DevExpress.Web.Visualization
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
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