Skip to main content
All docs
V23.2

BootstrapFileManagerToolbarRenameButton.IconCssClass Property

Specifies the name of the icon’s CSS class.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

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:BootstrapFileManagerToolbarRenameButton IconCssClass="my_class" />
            ...
        </Items>
    </SettingsToolbar>
</dx:BootstrapFileManager>
See Also