Skip to main content
All docs
V25.1
  • BootstrapFileManagerToolbarCreateButton.IconCssClass Property

    Specifies the name of the icon’s CSS class.

    Namespace: DevExpress.Web.Bootstrap

    Assembly: DevExpress.Web.Bootstrap.v25.1.dll

    #Declaration

    [DefaultValue("")]
    public string IconCssClass { get; set; }

    #Property Value

    Type Default Description
    String String.Empty

    The name of the icon’s CSS class.

    #Remarks

    <dx:BootstrapFileManager runat="server" ID="FileManager1">
        <SettingsToolbar>
            <Items>
                <dx:BootstrapFileManagerToolbarCreateButton IconCssClass="my_class" />
                ...
            </Items>
        </SettingsToolbar>
    </dx:BootstrapFileManager>
    
    See Also