Skip to main content
A newer version of this page is available. .

ASPxClientFloatingActionButton.SetActionContext(contextName) Method

Specifies the action by the context name.

Declaration

SetActionContext(
    contextName: string,
    expand?: boolean
): void

Parameters

Name Type Description
contextName string

A string value that specifies the context name.

expand boolean

true, to expand the action group; otherwise, false.

Remarks

Use the ASPxClientFloatingActionButton.GetActionContext to gets the action by its context name.

Concept

Floating Action Button

Online Demo

Floating Action Button - Features

See Also