Skip to main content

ASPxClientFABActionItemBase.GetActionName Method

Gets the action item’s name.

#Declaration

TypeScript
GetActionName(): string

#Returns

Type Description
string

A string value that specifies the action item’s name.

#Remarks

Use the FABCollectionItemBase.ActionName property to specify the action item’s name on the server side.

#Concept

Floating Action Button

#Online Demo

External FAB for GridView

See Also