The DevExpress ASP.NET Floating Action Button (ASPxFloatingActionButton) is a button that appears in front of a container (HTML element or a control) when an end user interacts with the container's elements.
The following types of floating action buttons are available:
- FAB with a single action - Executes the action once an end user clicks the floating action button.
- FAB with multiple actions - The floating action button serves as a container for multiple actions. When pressed, the floating action button expands nested actions.
The floating action button provides client-side APIs that allow you to specify which type of FAB should be displayed (SetActionContext, GetActionContext), change the horizontal/vertical position (SetHorizontalPosition, SetVerticalPosition), and container element (SetContainerElement, SetContainerElementID).
In this demo, use the options on the right to change the control's settings and see how they affect the control.