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

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