MindFusion.UI for WebForms Programmer's Guide

TabControl.get_autoPostBack Method

See Also
 



Returns a value indicating whether the control should post back to the server when the active tab page is changed.

Namespace: MindFusion.UI.Web
Assembly: TabControl.js

 Syntax

JavaScript  Copy Code

function get_autoPostBack ()

 Return Value

Type: Boolean
True if the control should post back, otherwise, false.

 See Also