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

In This Topic
    Rendering Property (PieDataLabelTagHelper)
    In This Topic
    Configurates the C1.Web.Mvc.DataLabelBase.OnClientRendering client event. Occurs before the rendering data label.
    Syntax
    'Declaration
     
    Public Property Rendering As String
    public string Rendering {get; set;}
    See Also