Skip to main content

constructor(contextName, collapseReason) Constructor

Initializes a new object of the ASPxClientFloatingActionButtonActionCollapsingEventArgs type with the specified settings.

Declaration

constructor(
    contextName: string,
    collapseReason: ASPxClientFloatingActionButtonCollapseReason
)

Parameters

Name Type Description
contextName string

Specifies the FAB action’s context name.

collapseReason ASPxClientFloatingActionButtonCollapseReason

Specifies

See Also