FABAction Class
In This Article
Represents the floating action button’s action object.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class FABAction :
FABActionBase
#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