Skip to main content

ASPxClientFABActionItemBase.SetText(value) Method

Specifies the action item’s text.

Declaration

SetText(
    value: string
): void

Parameters

Name Type Description
value string

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

Remarks

The ASPxClientFABActionItemBase.GetText method allows you to get the item’s text.

Use the ASPxFloatingActionButton.TextVisibilityMode property to specify the item’s text visibility mode on the server side.

See Also