TreeNodeBinding Properties

  Name Description
Public property 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.
Public property Depth Gets or sets the node depth at which the TreeNodeBinding object is applied.
Public property FormatString Gets or sets the string that specifies the display format for the text of a node to which the TreeNodeBinding object is applied.
Public property ImageToolTip Gets or sets the ToolTip text for the image that is displayed next to a node to which the TreeNodeBinding object is applied.
Public property 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.
Public property ImageUrl Gets or sets the URL to an image that is displayed next to a node to which the TreeNodeBinding object is applied.
Public property 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.
Public property NavigateUrl Gets or sets the URL to link to when a node to which the TreeNodeBinding object is applied is clicked.
Public property 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.
Public property PopulateOnDemand Gets or sets a value indicating whether the node to which the TreeNodeBinding object is applied is populated dynamically.
Public property SelectAction Gets or sets the event or events to raise when a node to which the TreeNodeBinding object is applied is selected.
Public property ShowCheckBox Gets or sets a value indicating whether a check box is displayed next to a node to which the TreeNodeBinding object is applied.
Public property 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.
Public property 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.
Public property Text Gets or sets the text that is displayed for the node to which the TreeNodeBinding object is applied.
Public property 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.
Public property ToolTip Gets or sets the ToolTip text for a node to which the TreeNodeBinding object is applied.
Public property 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.
Public property 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.
Public property 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.
Top

Community Additions

ADD
Show: