Gets or sets a value indicating whether the TreeView node is checked.

Namespace:  C1.Web.UI.Controls.C1TreeView
Assembly:  C1TreeViewClient (in C1TreeViewClient.dll)

Syntax

JavaScript
function get_checked();
function set_checked(value);

See Also