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

In This Topic
    BindingName Property (SunburstTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Sunburst<T>.BindingName. Sets the names of the binding data fields. Please use comma to separate the field names.
    Syntax
    'Declaration
     
    Public Overrides Property BindingName As String
    public override string BindingName {get; set;}
    See Also