BootstrapClientCheckBox.SetText(text) Method
In This Article
Sets the text to be displayed within the editor.
#Declaration
TypeScript
SetText(
text: string
): void
#Parameters
Name | Type | Description |
---|---|---|
text | string | A string value specifying the text to be displayed within the editor. |
#Remarks
The BootstrapClientCheckBox.GetText method is useful to obtain the text from the editor. Use the ASPxCheckBox.Text property to specify the editor’s text on the server.
Note
If the ASPx
See Also