ASPxClientCheckBox.GetText Method
In This Article
Returns the text displayed within the editor.
#Declaration
TypeScript
GetText(): string
#Returns
Type | Description |
---|---|
string | A string value representing the text within the editor. |
#Remarks
Use the ASPxClientCheckBox.SetText method or the server ASPxCheckBox.Text property to specify the text for the ASPxChechBox on the client or server side.
See Also