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

BootstrapFABActionItem.TextCssClass Property

Specifies the CSS class of the text displayed for an Action Item.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

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

Property Value

Type Default Description
String String.Empty

A string value that specifies name of the CSS class.

Remarks

The Text property specifies the button’s text, and you can use the TextVisibilityMode property to specify the text’s visibility.

  • Hidden – The button text is always hidden.
  • OnHover – The button text is only displayed when users hover the mouse pointer over the Floating Action Button.
  • Always – The button text is always visible.
See Also