aspnet-devexpress-dot-web-d66984d7.md
Represents the floating action button’s action object.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class FABAction :
FABActionBase
Public Class FABAction
Inherits FABActionBase
<dx:ASPxFloatingActionButton ID="ASPxFloatingActionButton1" runat="server" ClientInstanceName="fab" ContainerElementID="content">
<ClientSideEvents Init="OnInit" />
<Items>
<dx:FABAction ContextName="NewItemContext" Text="New Item">
</dx:FABAction>
...
</Items>
</dx:ASPxFloatingActionButton>
Object StateManager CollectionItem FABCollectionItemBase FABActionBase FABAction FABCreateAppointmentAction
See Also