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

In This Topic
    Titles Property (SunburstTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.FlexPieBase<T>.Titles. Sets the pie titles.
    Syntax
    'Declaration
     
    Public Overridable Property Titles As String
    public virtual string Titles {get; set;}
    See Also