Skip to main content
Tab

FloatingActionButtonTextVisibilityMode Enum

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public enum FloatingActionButtonTextVisibilityMode

Members

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.

Related API Members

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