Skip to main content

BootstrapFileManagerToolbarCustomButton.CssClass Property

Specifies the name of the CSS class.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

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

Property Value

Type Default Description
String String.Empty

The name of the CSS class.

See Also