ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / TreeView Class / ImageMemberPath Property

In This Topic
    ImageMemberPath Property
    In This Topic
    Gets or sets the name of the property (or properties) to use as a source of images for the nodes.
    Syntax
    'Declaration
     
    
    Public Property ImageMemberPath As String()
    public string[] ImageMemberPath {get; set;}
    See Also