Sets or retrieves a value that indicates whether or not the control posts back to the server each time a user interacts with the control.

Namespace:  C1.Web.UI.Controls.C1ToolBar
Assembly:  C1ToolBarClient (in C1ToolBarClient.dll)

Syntax

JavaScript
function get_autoPostBack();
function set_autoPostBack(value);

See Also