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

In This Topic
    Type Property (TreeMapTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.TreeMap<T>.Type. Sets the type of the treemap.
    Syntax
    'Declaration
     
    Public Property Type As TreeMapType
    public TreeMapType Type {get; set;}
    See Also