ASPxClientFloatingActionButtonActionCollapsingEventArgs Members
Provides data for the ActionCollapsing event.Constructors
| Name | Description |
|---|---|
| constructor(contextName, collapseReason) | Initializes a new object of the ASPxClientFloatingActionButtonActionCollapsingEventArgs type with the specified settings. |
Properties
| Name | Description |
|---|---|
| collapseReason | Specifies whether the user action or APIs has collapsed the action group. |
| contextName | Specifies the FAB action’s context name. |
See Also