BootstrapFileManagerToolbarMoveButton.IconCssClass Property
Specifies the name of the icon’s CSS class.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v20.2.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
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:BootstrapFileManagerToolbarMoveButton IconCssClass="my_class" />
...
</Items>
</SettingsToolbar>
</dx:BootstrapFileManager>
See Also