Skip to main content

BootstrapFileManagerToolbarCustomButton.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.

See Also