ClassRadCheckBox
Class
Represents the RadCheckBox for ASP.NET AJAX control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
cs-api-definition
public class RadCheckBox : ButtonBase
Inheritance: objectControlHtmlControlHtmlContainerControlButtonBaseRadCheckBox
Inherited Members
Constructors
RadCheckBox()
Initializes a new instance of the RadCheckBox class.
Declaration
cs-api-definition
public RadCheckBox()
RadCheckBox(Element)
Initializes a new instance of the RadCheckBox class.
Properties
Checked
Gets or sets whether the Button is checked.
ClientId
Gets the client Id of the CheckBox control.
ClientSideLocator
Gets the Client side locator.
Declaration
cs-api-definition
public override string ClientSideLocator { get; }
Property Value
Overrides
LocatorExpression
Gets the locator FindParam.
Declaration
cs-api-definition
public override IFindExpression LocatorExpression { get; }
Property Value
Overrides
Methods
AssignElement(Element)
Assign element and initialize this control.
Declaration
cs-api-definition
public override void AssignElement(Element e)
Parameters
e
The element.
Overrides
ControlAssert()
Returns RadControlAssert instance initialized for this control.