constructor(contextName, collapseReason) Constructor
In This Article
Initializes a new object of the ASPxClientFloatingActionButtonActionCollapsingEventArgs type with the specified settings.
#Declaration
TypeScript
constructor(
contextName: string,
collapseReason: ASPxClientFloatingActionButtonCollapseReason
)
#Parameters
Name | Type | Description |
---|---|---|
context |
string | Specifies the FAB action’s context name. |
collapse |
ASPx |
Specifies |
See Also