Skip to main content

ASPxClientFABAction.GetActionItemByName(name) Method

Returns an action item with the specified name.

Declaration

GetActionItemByName(
    name: string
): ASPxClientFABActionItem

Parameters

Name Type Description
name string

A string value specifying the action item name.

Returns

Type Description
ASPxClientFABActionItem

An ASPxClientFABActionItem that is the action item with the specified name.

Remarks

Use the GetActionItemByName method to get the action item by its name on the client side. An action item’s name is defined by the FABCollectionItemBase.ActionName property.

Note that if an invalid name is passed via the parameter, this method returns null.

Refer to the Floating Action Button topic for more information.

See Also