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.
Documentation for this section has not yet been entered.
When the System.Web.UI.WebControls.TreeView control is bound to a data source, use the TreeNodeBinding.ImageUrl property to specify a custom image to bind to the TreeNode.ImageUrl property of a System.Web.UI.WebControls.TreeNode object. This binding relationship affects all System.Web.UI.WebControls.TreeNode objects to which the System.Web.UI.WebControls.TreeNodeBinding object is applied. The image is displayed next to a node and can be in any file format (.jpg, .gif, .bmp, and so on), as long as the client browser supports that format.
You can override the image for an individual node by setting its TreeNode.ImageUrl property directly.
Instead of using this property to bind the same image to each node, you can bind the TreeNode.ImageUrl property of a System.Web.UI.WebControls.TreeNode object to a field of a data source by setting the TreeNodeBinding.ImageUrlField property.
When displaying an image next to a node with the TreeNodeBinding.ImageUrl property, you should also consider setting the TreeNodeBinding.ImageToolTip property. The ToolTip text that you specify provides Assistive Technology devices with a description of the image that can be used to make the control more accessible.
The value of this property is stored in view state.