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

In This Topic
    BindingName Property (TreeMapTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.TreeMap<T>.BindingName. Sets the name of the property containing name of the data item. It is used to show name of the node.
    Syntax
    'Declaration
     
    Public Property BindingName As String
    public string BindingName {get; set;}
    See Also