TreeNodeBinding Members
.NET Framework 3.0
Defines the relationship between a data item and the node it is binding to in a TreeView control.
The following tables list the members exposed by the TreeNodeBinding type.
| Name | Description | |
|---|---|---|
| DataMember | Gets or sets the value to match against a IHierarchyData.Type property for a data item to determine whether to apply the tree node binding. |
| Depth | Gets or sets the node depth at which the TreeNodeBinding object is applied. |
| FormatString | Gets or sets the string that specifies the display format for the text of a node to which the TreeNodeBinding object is applied. |
| ImageToolTip | Gets or sets the ToolTip text for the image that is displayed next to a node to which the TreeNodeBinding object is applied. |
| ImageToolTipField | Gets or sets the name of the field from the data source to bind to the ImageToolTip property of a TreeNode object to which the TreeNodeBinding object is applied. |
| ImageUrl | Gets or sets the URL to an image that is displayed next to a node to which the TreeNodeBinding object is applied. |
| ImageUrlField | Gets or sets the name of the field from the data source to bind to the ImageUrl property of a TreeNode object to which the TreeNodeBinding object is applied. |
| NavigateUrl | Gets or sets the URL to link to when a node to which the TreeNodeBinding object is applied is clicked. |
| NavigateUrlField | Gets or sets the name of the field from the data source to bind to the NavigateUrl property of a TreeNode object to which the TreeNodeBinding object is applied. |
| PopulateOnDemand | Gets or sets a value indicating whether the node to which the TreeNodeBinding object is applied is populated dynamically. |
| SelectAction | Gets or sets the event or events to raise when a node to which the TreeNodeBinding object is applied is selected. |
| ShowCheckBox | Gets or sets a value indicating whether a check box is displayed next to a node to which the TreeNodeBinding object is applied. |
| Target | Gets or sets the target window or frame in which to display the Web page content that is associated with a node to which the TreeNodeBinding object is applied. |
| TargetField | Gets or sets the name of the field from the data source to bind to the Target property of a TreeNode object to which the TreeNodeBinding object is applied. |
| Text | Gets or sets the text that is displayed for the node to which the TreeNodeBinding object is applied. |
| TextField | Gets or sets the name of the field from the data source to bind to the Text property of a TreeNode object to which the TreeNodeBinding object is applied. |
| ToolTip | Gets or sets the ToolTip text for a node to which the TreeNodeBinding object is applied. |
| ToolTipField | Gets or sets the name of the field from the data source to bind to the ToolTip property of a TreeNode object to which the TreeNodeBinding object is applied. |
| Value | Gets or sets a displayed value that is not displayed but is used to store any additional data about a node to which the TreeNodeBinding object is applied, such as data used for handling postback events. |
| ValueField | Gets or sets the name of the field from the data source to bind to the Value property of a TreeNode object to which the TreeNodeBinding object is applied. |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) |
| GetHashCode | Serves as a hash function for a particular type. (inherited from Object) |
| GetType | Gets the Type of the current instance. (inherited from Object) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| ToString | Overridden. Returns the DataMember property. |
| Name | Description | |
|---|---|---|
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
| Name | Description | |
|---|---|---|
| System.ICloneable.Clone | Creates a copy of the TreeNodeBinding object. |
| System.Web.UI.IStateManager.LoadViewState | Loads the previously saved view state for the node. |
| System.Web.UI.IStateManager.SaveViewState | Saves the view state changes to an object. |
| System.Web.UI.IStateManager.TrackViewState | Instructs the TreeNode object to track changes to its view state. |
| System.Web.UI.IDataSourceViewSchemaAccessor.DataSourceViewSchema | For a description of this member, see IDataSourceViewSchemaAccessor.DataSourceViewSchema. |
| System.Web.UI.IStateManager.IsTrackingViewState | For a description of this member, see IStateManager.IsTrackingViewState. |
Reference
TreeNodeBinding ClassSystem.Web.UI.WebControls Namespace
TreeView
TreeNode
TreeNodeBindingCollection
XmlDataSource
DataBindings
DataMember
Depth
FormatString
TreeNodeBinding.ImageUrl
ImageUrlField
ImageToolTip
ImageToolTipField
TreeNode.NavigateUrl Property
TreeNodeBinding.NavigateUrl
NavigateUrlField
PopulateOnDemand
SelectAction
ShowCheckBox
Target
TreeNode.Text Property
TreeNodeBinding.Text
TextField
TreeNode.ToolTip Property
TreeNodeBinding.ToolTip
ToolTipField
TreeNode.Value Property
TreeNodeBinding.Value
ValueField
Community Additions
ADD
Show: