ASPxClientFABActionItemBase.GetText Method
Gets the action item’s text.
Declaration
GetText(): string
Returns
| Type | Description |
|---|---|
| string | A string value that is the item’s text. |
Remarks
The ASPxClientFABActionItemBase.SetText method allows you to set the item’s text.
Use the ASPxFloatingActionButton.TextVisibilityMode property to specify the item’s text visibility mode on the server side.
See Also