ClassRadButton
Represents the RadButton for ASP.NET AJAX control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
public class RadButton : ButtonBase
Inheritance: objectControlHtmlControlHtmlContainerControlButtonBaseRadButton
Inherited Members
Constructors
RadButton()
Initializes a new instance of the RadButton class.
Declaration
public RadButton()
RadButton(Element)
Initializes a new instance of the RadButton class.
Properties
ButtonGroup
Gets the RadButton Group name.
ButtonGroupUniqueName
Gets the RadButton Group unique name.
ButtonToggleStateText
Gets or sets the RadButton Toggle State text value.
ButtonToggleType
Gets the Button control toggle type - None, CheckBox, RadioButton, CustomToggleButton.
Declaration
public RadButtonControlToggleType ButtonToggleType { get; }
Property Value
ButtonType
Gets the Button control type - StandardButton, LinkButton, ToggleButton, SkinnedButton.
Declaration
public RadButtonControlType ButtonType { get; }
Property Value
Checked
Gets or sets whether the Button is checked.
ClientId
Gets the client Id of the button control.
ClientSideLocator
Gets the Client side locator.
Declaration
public override string ClientSideLocator { get; }
Property Value
Overrides
IsImageButton
Gets a bool value indicating whether the button is an image button.
IsInputTypeSubmit
Gets a bool value indicating whether the button is a submit button.
IsSplitButton
Specifies whether the Split Button functionality is Enabled/Disabled.
LocatorExpression
Gets the locator FindParam.
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
Overrides
NavigateUrl
Gets or sets the URL to link to when RadButton control is clicked.
PrimaryIconElement
Gets a reference to the HTML element that holds the primary icon.
ReadOnly
Gets or sets whether the button is in ReadOnly mode.
SecondaryIconElement
Gets a reference to the HTML element that holds the secondary icon.
SelectedToggleStateIndex
Returns the index of the selected toggle state.
TextElement
Gets a reference to the HTML element that holds the text of the RadButton control.
Methods
AssignElement(Element)
Assign element and initialize this control.
Declaration
public override void AssignElement(Element e)
Parameters
e
The element.
Overrides
ClearCheckedState(string)
Clears the checked state of the Radio buttons with the specified GroupName.
Declaration
public void ClearCheckedState(string groupName)
Parameters
groupName
The group name that the buttons belong to.
ControlAssert()
Returns RadControlAssert instance initialized for this control.
Declaration
public RadControlAssert ControlAssert()
Returns
RadControlAssert instance initialized for this control.