Back to Devexpress

ASPxFloatingActionButton.TextVisibilityMode Property

aspnet-devexpress-dot-web-dot-aspxfloatingactionbutton-004eee11.md

latest2.0 KB
Original Source

ASPxFloatingActionButton.TextVisibilityMode Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(FloatingActionButtonTextVisibilityMode.OnHover)]
public FloatingActionButtonTextVisibilityMode TextVisibilityMode { get; set; }
vb
<DefaultValue(FloatingActionButtonTextVisibilityMode.OnHover)>
Public Property TextVisibilityMode As FloatingActionButtonTextVisibilityMode

Property Value

TypeDefaultDescription
FloatingActionButtonTextVisibilityModeOnHover

One of the FloatingActionButtonTextVisibilityMode enumeration values.

|

Available values:

NameDescription
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.

Refer to the Floating Action Button topic for more information.

See Also

ASPxFloatingActionButton Class

ASPxFloatingActionButton Members

DevExpress.Web Namespace