FloatingActionButtonProperties.TextVisibilityMode Property
In This Article
Specifies whether the text is displayed within the floating action button.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(FloatingActionButtonTextVisibilityMode.OnHover)]
public FloatingActionButtonTextVisibilityMode TextVisibilityMode { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Floating |
On |
One of the Floating |
Available values:
Name | Description |
---|---|
Always | The element is always visible. |
On |
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.
#Concept
#Online Demo
See Also