System.Web.UI.WebControls.TreeNodeBinding Members

The members of System.Web.UI.WebControls.TreeNodeBinding are listed below.

See Also: Inherited members from System.Object

Public Constructors

Initializes a new instance of the System.Web.UI.WebControls.TreeNodeBinding class.

Public Properties

DataMemberstring.

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.

Depthint.

Gets or sets the node depth at which the System.Web.UI.WebControls.TreeNodeBinding object is applied.

FormatStringstring.

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.

ImageToolTipstring.

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.

ImageToolTipFieldstring.

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.

ImageUrlstring.

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.

ImageUrlFieldstring.

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.

NavigateUrlstring.

Gets or sets the URL to link to when a node to which the System.Web.UI.WebControls.TreeNodeBinding object is applied is clicked.

NavigateUrlFieldstring.

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.

PopulateOnDemandbool.

Gets or sets a value indicating whether the node to which the System.Web.UI.WebControls.TreeNodeBinding object is applied is populated dynamically.

SelectActionTreeNodeSelectAction.

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.

ShowCheckBoxNullable<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.

Targetstring.

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.

TargetFieldstring.

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.

Textstring.

Gets or sets the text that is displayed for the node to which the System.Web.UI.WebControls.TreeNodeBinding object is applied.

TextFieldstring.

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.

ToolTipstring.

Gets or sets the ToolTip text for a node to which the System.Web.UI.WebControls.TreeNodeBinding object is applied.

ToolTipFieldstring.

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.

Valuestring.

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.

ValueFieldstring.

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.

Public Methods

override
ToString() : string

Returns the TreeNodeBinding.DataMember property.

Explicitly Implemented Interface Members