Skip to main content
A newer version of this page is available. .
Tab

ASPxFloatingActionButton Class

A server ASPxFloatingActionButton control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public class ASPxFloatingActionButton :
    ASPxWebControl,
    IControlDesigner

Remarks

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

FAB-Overview

The floating action button provides two types of actions.

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

Concept

Online Demos

See Also