A newer version of this page is available.
Switch to the current version.
ASPxClientFloatingActionButtonCollapseReason Class
Lists values specifying whether the user action or APIs has collapsed the action group.
Declaration
declare class ASPxClientFloatingActionButtonCollapseReason
Remarks
Example
<dx:ASPxFloatingActionButton ID="ASPxFloatingActionButton1" runat="server" ClientInstanceName="fab" HorizontalMargin="35" ContainerElementID="form1">
<ClientSideEvents
ActionCollapsing="OnActionCollapsing"
/>
<Items>
<dx:FABAction ActionName="NewRow" ContextName="NewRowContext">
</dx:FABAction>
<dx:FABActionGroup ContextName="FocusedRowContext">
<ExpandImage Url="../Content/FloatingActionButton/Images/EditRowContext.svg"></ExpandImage>
<Items>
...
</Items>
</dx:FABActionGroup>
...
</Items>
</dx:ASPxFloatingActionButton>
Online Demo
Floating Action Button for GridView
See Also
Feedback