Gets or sets the target window or frame to display the Web page content linked to when the C1TreeViewNode node is clicked. Default value is empty string.

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

Syntax

JavaScript
function get_target();
function set_target(value);

See Also