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

ASPxFloatingActionButton.TextVisibilityMode Property

Specifies whether the text is displayed within the floating action button.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

[DefaultValue(FloatingActionButtonTextVisibilityMode.OnHover)]
public FloatingActionButtonTextVisibilityMode TextVisibilityMode { get; set; }

Property Value

Type Default Description
FloatingActionButtonTextVisibilityMode **OnHover**

One of the FloatingActionButtonTextVisibilityMode enumeration values.

Available values:

Name Description
Always

The element is always visible.

OnHover

The element is displayed when the end user hovers the floating action button.

Hidden

The element is always hidden.

Remarks

Use the TextVisibilityMode property to specify whether the text is displayed within the floating action button.

FAB-TextVisibilityMode

Refer to the Floating Action Button topic for more information.

See Also