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

In This Topic
    TemplateBindings Property (TreeView)
    In This Topic
    Gets the collection of the template bindings.
    Syntax
    'Declaration
     
    
    <JsonConverterAttribute(#v6s.#cbt)>
    Public ReadOnly Property TemplateBindings As IDictionary(Of String,String)
    [JsonConverter(#v6s.#cbt)]
    public IDictionary<string,string> TemplateBindings {get;}
    See Also