Back to Devexpress

FloatingActionButtonTextVisibilityMode Enum

aspnet-devexpress-dot-web-f7a00191.md

latest1.5 KB
Original Source

FloatingActionButtonTextVisibilityMode Enum

Lists values that specify the visibility mode of the action button’s text.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum FloatingActionButtonTextVisibilityMode
vb
Public Enum FloatingActionButtonTextVisibilityMode

Members

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.

|

The following properties accept/return FloatingActionButtonTextVisibilityMode values:

Remarks

Values listed by this enumerator allows you to specify whether the text within the floating action button is always visible, hidden or only visible when an end user hovers the action button.

See Also

DevExpress.Web Namespace