Gets or sets the 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.C1TreeView
Assembly:  C1TreeViewClient (in C1TreeViewClient.dll)

Syntax

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

See Also