Search
ZoomControl.autoPostBack Property
See Also
 






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

Namespace: MindFusion.Controls
File: ZoomControl.js

 Syntax

JavaScript  Copy Code

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

 Property Value

Boolean

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

 Remarks

Used to implement auto-post back mode in MindFusion ASP.NET controls.

 See Also