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

In This Topic
    CustomDefaultPropertyName Property (ChartTooltipTagHelper)
    In This Topic
    Gets the customized default proeprty name. Overrides this property to customize the default property name for this tag.
    Syntax
    'Declaration
     
    Protected Overrides ReadOnly Property CustomDefaultPropertyName As String
    protected override string CustomDefaultPropertyName {get;}
    See Also