ComponentOne Extender Controls for ASP.NET Web Forms
C1.Web.Wijmo.Extenders.4 Assembly / C1.Web.Wijmo.Extenders.C1FormDecorator Namespace / C1ButtonExtender Class / Icons Property

In This Topic
    Icons Property (C1ButtonExtender)
    In This Topic
    Icons to display, with or without text (see text option). The primary icon is displayed by default on the left of the label text, the secondary by default is on the right. Value for the primary and secondary properties must be a classname (String), eg. "ui-icon-gear". For using only one icon: icons: {primary:'ui-icon-locked'}. For using two icons: icons: {primary:'ui-icon-gear',secondary:'ui-icon-triangle-1-s'}
    Syntax
    'Declaration
     
    Public Property Icons As ButtonIcons
    public ButtonIcons Icons {get; set;}
    See Also