get_checked |
Returns a bool value, indicating whether the checkbox is checked. |
set_checked |
Sets a nullable boolean value that indicates whether the checkbox is checked. When a null value is set, the value will default to false. |
get_enabled |
Returns a value, indicating whether the checkbox control is enabled. |
set_enabled |
Sets whether the checkbox is enabled. |
get_text |
The text displayed in the RadCheckBox control. |
set_text |
Sets the text displayed in the RadCheckBox control. |
get_toolTip |
Gets the text displayed when the mouse pointer hovers over the RadCheckBox control. |
set_toolTip |
Sets the text displayed when the mouse pointer hovers over the RadCheckBox control. |
get_uniqueID |
Gets the unique, hierarchically qualified identifier for the RadCheckBox control. |
get_textElement |
Gets a reference to the HTML element that holds the text of the RadCheckBox control. |
get_cssClass |
Gets the Cascading Style Sheet (CSS) class rendered by the RadCheckBox control on the client. |
get_disabledCssClass |
Gets the CSS class applied when the control is disabled. |
get_hoveredCssClass |
Gets the CSS class applied to the RadCheckBox control when the mouse pointer is over the control. |
get_pressedCssClass |
Gets the CSS class applied to the RadCheckBox control when the control is pressed. |
get_commandName |
Gets the command name associated with the RadCheckBox control that is passed to the Command event. |
set_commandName |
Sets the command name associated with the RadCheckBox control that is passed to the Command event. |
get_commandArgument |
Gets an optional parameter passed to the Command event along with the associated CommandName. |
set_commandArgument |
Sets an optional parameter passed to the Command event along with the associated CommandName. |
get_autoPostBack |
Gets a bool value indicating whether the RadCheckBox control automatically posts back to the server when clicked. |
set_autoPostBack |
Sets a bool value indicating whether the RadCheckBox control automatically posts back to the server when clicked. |
get_height |
Gets the height of the RadCheckBox control. |
get_width |
Gets the width of the RadCheckBox control. |
get_visible |
Gets a bool value indicating whether the checkbox is visible. |
set_visible |
Shows/hides the checkbox. |
get_validationGroup |
Gets the name of ValidationGroup to which RadCheckBox is assigned. |
set_validationGroup |
Sets the validation group to which RadCheckBox should be assigned. |