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

ChartControlSettings.SaveStateOnCallbacks Property

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

Namespace: DevExpress.Web.Mvc

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

Declaration

public bool SaveStateOnCallbacks { get; set; }

Property Value

Type Description
Boolean

true to state a chart’s view state between callbacks; otherwise, false.

Remarks

Use the SaveStateOnCallbacks property to decide if the current state of chart 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