The TreeViewPlus type exposes the following members.

Constructors

  NameDescription
TreeViewPlus

Methods

  NameDescription
clearAllNodes
dispose
Dispose the control
initialize
Initialize the control
isNodeExpanded
Checks if a TreeViewPlusNode is expanded.
processCallbackResult
Processes a result from a callback or partial postback
updateClearAllControlVisibility
Updates the visibility of the "Clear All" link

Properties

  NameDescription
callbackFunctionString
Gets or sets the callback function string used to call back to the serverside control.
clearAllId
Gets or sets the client ID of the link used for clearing all nodes.
collapsedImage
The image URL of the collapsed image.
contentDivId
The id of the div containing TreeViewPlus nodes.
expandedImage
The image URL of the expanded image.
showClearAllOption
Gets or sets whether to show a link for clearing all nodes.
uniqueID
Gets or sets the unique ID used to identify the control serverside

Events

  NameDescription
nodeChecked
Fired when a node is checked.
nodeClicked
Fired when a node is clicked.
nodeToggled
Fired when a node is expanded or collapsed.

See Also