FABAction Class
Represents the floating action button’s action object.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Remarks
<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>
Concept
Online Demos
Inheritance
See Also