TreeNodeBinding Properties
Assembly: System.Web (in System.Web.dll)
| 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. |
| Name | Description | |
|---|---|---|
![]() ![]() | IDataSourceViewSchemaAccessor::DataSourceViewSchema | This API supports the product infrastructure and is not intended to be used directly from your code. For a description of this member, see IDataSourceViewSchemaAccessor::DataSourceViewSchema. |
![]() ![]() | IStateManager::IsTrackingViewState | This API supports the product infrastructure and is not intended to be used directly from your code. For a description of this member, see IStateManager::IsTrackingViewState. |


