The members of System.Web.UI.WebControls.TreeNode are listed below.
See Also: Inherited members from System.Object
TreeNode() |
Initializes a new instance of the System.Web.UI.WebControls.TreeNode class without text or a value. | |
Initializes a new instance of the System.Web.UI.WebControls.TreeNode class using the specified text. | ||
Initializes a new instance of the System.Web.UI.WebControls.TreeNode class using the specified text and value. | ||
Initializes a new instance of the System.Web.UI.WebControls.TreeNode class using the specified text, value, and image URL. | ||
Initializes a new instance of the System.Web.UI.WebControls.TreeNode class using the specified text, value, image URL, navigation URL, and target. |
Initializes a new instance of the System.Web.UI.WebControls.TreeNode class using the specified owner. |
Checked | bool.
Gets or sets a value that indicates whether the node's check box is selected. | |
[read-only] | ChildNodes | TreeNodeCollection.
Gets a System.Web.UI.WebControls.TreeNodeCollection collection that contains the first-level child nodes of the current node. |
[read-only] | DataBound | bool.
Gets a value that indicates whether the node was created through data binding. |
[read-only] | DataItem | object.
Gets the data item that is bound to the control. |
[read-only] | DataPath | string.
Gets the path to the data bound to the node. |
[read-only] | Depth | int.
Gets the depth of the node. |
Expanded | Nullable<bool>.
Gets or sets a value that indicates whether the node is expanded. | |
ImageToolTip | string.
Gets or sets the ToolTip text for the image displayed next to a node. | |
ImageUrl | string.
Gets or sets the URL to an image that is displayed next to the node. | |
NavigateUrl | string.
Gets or sets the URL to navigate to when the node is clicked. | |
[read-only] | Parent | TreeNode.
Gets the parent node of the current node. |
PopulateOnDemand | bool.
Gets or sets a value that indicates whether the node is populated dynamically. | |
SelectAction | TreeNodeSelectAction.
Gets or sets the event or events to raise when a node is selected. | |
Selected | bool.
Gets or sets a value that indicates whether the node is selected. | |
ShowCheckBox | Nullable<bool>.
Gets or sets a value that indicates whether a check box is displayed next to the node. | |
Target | string.
Gets or sets the target window or frame in which to display the Web page content associated with a node. | |
Text | string.
Gets or sets the text displayed for the node in the System.Web.UI.WebControls.TreeView control. | |
ToolTip | string.
Gets or sets the ToolTip text for the node. | |
Value | string.
Gets or sets a non-displayed value used to store any additional data about the node, such as data used for handling postback events. | |
[read-only] | ValuePath | string.
Gets the path from the root node to the current node. |
[read-only] | IsTrackingViewState | bool.
Gets a value that indicates whether the node is saving changes to its view state. |
Clone()
| ||
Collapse()
| ||
CollapseAll()
| ||
Expand()
| ||
ExpandAll()
| ||
Select()
| ||
ToggleExpandState()
|
LoadViewState(object)
| ||
RenderPostText(System.Web.UI.HtmlTextWriter)
| ||
RenderPreText(System.Web.UI.HtmlTextWriter)
| ||
SaveViewState()
| ||
TrackViewState()
|
ICloneable.Clone |
Creates a copy of the System.Web.UI.WebControls.TreeNode object. | |
[read-only] | System.Web.UI.IStateManager.IsTrackingViewState | bool.
For a description of this member, see System.Web.UI.IStateManager.IsTrackingViewState. |
System.Web.UI.IStateManager.LoadViewState |
Loads the node's previously saved view state. | |
System.Web.UI.IStateManager.SaveViewState |
Saves the view state changes to a object. | |
System.Web.UI.IStateManager.TrackViewState |
Instructs the System.Web.UI.WebControls.TreeNode object to track changes to its view state. |