Skip to main content

BootstrapClientButton.SetText(value) Method

Sets the text to be displayed within the button.

Declaration

SetText(
    value: string
): void

Parameters

Name Type Description
value string

A string value specifying the text to be displayed within the button.

Remarks

Note

If the ASPxButton.Text property is empty and a button image is specified, a text element markup is not rendered. In this case, it is impossible to set a text on the client side using the SetText method.

See Also