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

In This Topic
    HtmlAttributes Property (TreeView)
    In This Topic
    Gets the HTML attributes.
    Syntax
    'Declaration
     
    
    <C1IgnoreAttribute()>
    Public ReadOnly Property HtmlAttributes As IDictionary(Of String,String)
    [C1Ignore()]
    public IDictionary<string,string> HtmlAttributes {get;}
    See Also