Skip to main content
A newer version of this page is available. .

BootstrapFABActionGroup.CollapseIconCssClass Property

Specifies the CSS class of the collapse icon displayed for an Action Group.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

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

Property Value

Type Default Description
String String.Empty

A string value that specifies the name of the CSS class.

See Also