Skip to main content

BootstrapClientCheckBox.GetText Method

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 BootstrapClientCheckBox.SetText method or the ASPxCheckBox.Text server property to specify the text for the BootstrapChechBox on the client or server side.

See Also