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

ASPxClientFloatingActionButton.GetActionContext Method

Gets the action or action group’s context name.

Declaration

GetActionContext(): string

Returns

Type Description
string

A string value that specifies the context name.

Remarks

The ASPxClientFloatingActionButton.SetActionContext method allows you to set the action’s context name on the client side.

Use the FABActionBase.ContextName property to specify the context name on the server side.

Concept

Floating Action Button

Online Demo

External FAB for GridView

See Also