The properties of System.Web.UI.WebControls.TreeNodeBinding are listed below. For a list of all members, see the TreeNodeBinding Members list.
See Also: Inherited members from System.Object
DataMember | string.
Gets or sets the value to match against a System.Web.UI.IHierarchyData.Type property for a data item to determine whether to apply the tree node binding. | |
Depth | int.
Gets or sets the node depth at which the System.Web.UI.WebControls.TreeNodeBinding object is applied. | |
FormatString | string.
Gets or sets the string that specifies the display format for the text of a node to which the System.Web.UI.WebControls.TreeNodeBinding object is applied. | |
ImageToolTip | string.
Gets or sets the ToolTip text for the image that is displayed next to a node to which the System.Web.UI.WebControls.TreeNodeBinding object is applied. | |
ImageToolTipField | string.
Gets or sets the name of the field from the data source to bind to the TreeNode.ImageToolTip property of a System.Web.UI.WebControls.TreeNode object to which the System.Web.UI.WebControls.TreeNodeBinding object is applied. | |
ImageUrl | string.
Gets or sets the URL to an image that is displayed next to a node to which the System.Web.UI.WebControls.TreeNodeBinding object is applied. | |
ImageUrlField | string.
Gets or sets the name of the field from the data source to bind to the TreeNode.ImageUrl property of a System.Web.UI.WebControls.TreeNode object to which the System.Web.UI.WebControls.TreeNodeBinding object is applied. | |
NavigateUrl | string.
Gets or sets the URL to link to when a node to which the System.Web.UI.WebControls.TreeNodeBinding object is applied is clicked. | |
NavigateUrlField | string.
Gets or sets the name of the field from the data source to bind to the TreeNode.NavigateUrl property of a System.Web.UI.WebControls.TreeNode object to which the System.Web.UI.WebControls.TreeNodeBinding object is applied. | |
PopulateOnDemand | bool.
Gets or sets a value indicating whether the node to which the System.Web.UI.WebControls.TreeNodeBinding object is applied is populated dynamically. | |
SelectAction | TreeNodeSelectAction.
Gets or sets the event or events to raise when a node to which the System.Web.UI.WebControls.TreeNodeBinding object is applied is selected. | |
ShowCheckBox | Nullable<bool>.
Gets or sets a value indicating whether a check box is displayed next to a node to which the System.Web.UI.WebControls.TreeNodeBinding object is applied. | |
Target | string.
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 System.Web.UI.WebControls.TreeNodeBinding object is applied. | |
TargetField | string.
Gets or sets the name of the field from the data source to bind to the TreeNode.Target property of a System.Web.UI.WebControls.TreeNode object to which the System.Web.UI.WebControls.TreeNodeBinding object is applied. | |
Text | string.
Gets or sets the text that is displayed for the node to which the System.Web.UI.WebControls.TreeNodeBinding object is applied. | |
TextField | string.
Gets or sets the name of the field from the data source to bind to the TreeNode.Text property of a System.Web.UI.WebControls.TreeNode object to which the System.Web.UI.WebControls.TreeNodeBinding object is applied. | |
ToolTip | string.
Gets or sets the ToolTip text for a node to which the System.Web.UI.WebControls.TreeNodeBinding object is applied. | |
ToolTipField | string.
Gets or sets the name of the field from the data source to bind to the TreeNode.ToolTip property of a System.Web.UI.WebControls.TreeNode object to which the System.Web.UI.WebControls.TreeNodeBinding object is applied. | |
Value | string.
Gets or sets a displayed value that is not displayed but is used to store any additional data about a node to which the System.Web.UI.WebControls.TreeNodeBinding object is applied, such as data used for handling postback events. | |
ValueField | string.
Gets or sets the name of the field from the data source to bind to the TreeNode.Value property of a System.Web.UI.WebControls.TreeNode object to which the System.Web.UI.WebControls.TreeNodeBinding object is applied. |