ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Menu Namespace / C1MenuItem Class / IconClass Property

In This Topic
    IconClass Property (C1MenuItem)
    In This Topic
    Gets or sets the icon css class to the menuitem that is displayed next to the text in the menu item.
    Syntax
    'Declaration
     
    Public Property IconClass As System.String
    public System.string IconClass {get; set;}
    See Also