ClassRadToggleButton
Represents the RadToggleButton for ASP.NET AJAX control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
public class RadToggleButton : ButtonBase
Inheritance: objectControlHtmlControlHtmlContainerControlButtonBaseRadToggleButton
Inherited Members
Constructors
RadToggleButton()
Initializes a new instance of the RadToggleButton class.
Declaration
public RadToggleButton()
RadToggleButton(Element)
Initializes a new instance of the RadToggleButton class.
Properties
ClientId
Gets the client Id of the ToggleButton control.
ClientSideLocator
Gets the Client side locator.
Declaration
public override string ClientSideLocator { get; }
Property Value
Overrides
ImageUrl
Gets or sets the RadToggleButton ImageUrl value.
LocatorExpression
Gets the locator FindParam.
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
Overrides
Primary
Returns whether the button is primary.
SelectedToggleStateIndex
Returns the index of the selected toggle state.
SelectedToggleStateText
Gets or sets the RadToggleButton StateText value.
Methods
AssignElement(Element)
Assign element and initialize this control.
Declaration
public override void AssignElement(Element e)
Parameters
e
The element.
Overrides
ControlAssert()
Returns RadControlAssert instance initialized for this control.