ASPxClientCheckBox.GetText Method
Returns the text displayed within the editor.
Declaration
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