Skip to main content

ASPxClientFloatingActionButtonTextVisibilityMode Class

In This Article

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

#Declaration

TypeScript
declare class ASPxClientFloatingActionButtonTextVisibilityMode

#Remarks

Values listed by this enumerator allow 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.

The values listed by this enumeration are used by the ASPxClientFloatingActionButton.SetTextVisibilityMode method.

See Also