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

In This Topic
    ImageMemberPath Property (TreeView)
    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