Specifies the URL of an image associated with this TreeNode. The image will be displayed on the left margin of the TreeView whenever the tree node is visible.
[Visual Basic]
Public Property MarginImageUrl As
String
[C#]
public
String MarginImageUrl {get; set;}
Remarks
You can specify an image associated with the TreeNode. This image will be displayed on the left margin of the TreeView whenever the tree node is visible. For example, when a tree is expanded, TreeView will display any images that associate with any visible node on the left margin.
See Also
TreeNode Class | EO.Web Namespace