BootstrapClientButton.SetText(value) Method
In This Article
Sets the text to be displayed within the button.
#Declaration
TypeScript
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 ASPx
See Also