BootstrapFABActionItem.TextCssClass Property
Specifies the CSS class of the text displayed for an Action Item.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
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