ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Viewer Assembly / GrapeCity.ActiveReports.Blazor.Viewer Namespace / ToolbarItem Class / IconCssClass Property

In This Topic
    IconCssClass Property
    In This Topic
    Gets or sets the CSS class for the icon of the toolbar item.
    Syntax
    'Declaration
     
    Public Property IconCssClass As String
    public string IconCssClass {get; set;}

    Property Value

    The CSS class as a System.String used for the icon representation.
    Remarks
    This property allows you to specify a CSS class for the toolbar item's icon, enabling custom styling and use of icon libraries like FontAwesome.
    See Also