ASPxClientFABAction Members
A client-side equivalent of the floating action button’s action object.Methods
Name | Description |
---|---|
GetActionItem(index) | Gets the FAB action item. |
GetActionItemByName(name) | Returns an action item with the specified name. |
GetActionItemCount | Returns the number of items in the action/action group. |
GetActionName | Gets the action item’s name. Inherited from ASPxClientFABActionItemBase. |
GetContextName | Gets the FAB action’s context name. |
GetText | Gets the action item’s text. Inherited from ASPxClientFABActionItemBase. |
GetVisible | Returns a value specifying whether an action item is displayed. Inherited from ASPxClientFABActionItemBase. |
SetText(value) | Specifies the action item’s text. Inherited from ASPxClientFABActionItemBase. |
SetVisible(value) | Specifies the action item’s visibility. Inherited from ASPxClientFABActionItemBase. |
See Also