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

In This Topic
    BindingName Property (FlexPieTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.FlexPieBase<T>.BindingName. Sets the name of the property that contains the name of the data item.
    Syntax
    'Declaration
     
    Public Overridable Property BindingName As String
    public virtual string BindingName {get; set;}
    See Also