Search
BaseGauge.autoPostBack Property
See Also
 






Gets or sets a value indicating whether the control will post back to the server when a pointer's value has changed.

Namespace: MindFusion.Gauges
File: BaseGauge.js

 Syntax

JavaScript  Copy Code

get autoPostBack() {}
set autoPostBack(value) {}

 Property Value

Boolean

true if the control should post back, otherwise, false.

 See Also