Class RadButton
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Html
Assembly: Telerik.WebAii.Controls.Html.dll
Syntax
public class RadButton : ButtonBase
Constructors
RadButton()
Declaration
public RadButton()
RadButton(Element)
Properties
ButtonGroup
Declaration
public string ButtonGroup { get; }
Property Value
System.String
|
ButtonGroupUniqueName
Declaration
public string ButtonGroupUniqueName { get; }
Property Value
System.String
|
ButtonToggleStateText
Declaration
public string ButtonToggleStateText { get; }
Property Value
System.String
|
ButtonToggleType
Declaration
public RadButtonControlToggleType ButtonToggleType { get; }
Property Value
RadButtonControlToggleType
|
ButtonType
Checked
Declaration
public bool Checked { get; set; }
Property Value
System.Boolean
|
ClientId
Declaration
public string ClientId { get; }
Property Value
System.String
|
ClientSideLocator
Declaration
public override string ClientSideLocator { get; }
Property Value
System.String
|
Overrides
IsImageButton
Declaration
public bool IsImageButton { get; }
Property Value
System.Boolean
|
IsInputTypeSubmit
Declaration
public bool IsInputTypeSubmit { get; }
Property Value
System.Boolean
|
IsSplitButton
Declaration
public bool IsSplitButton { get; }
Property Value
System.Boolean
|
LocatorExpression
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
IFindExpression
|
Overrides
NavigateUrl
PrimaryIconElement
ReadOnly
Declaration
public bool ReadOnly { get; set; }
Property Value
System.Boolean
|
SecondaryIconElement
SelectedToggleStateIndex
Declaration
public int SelectedToggleStateIndex { get; set; }
Property Value
System.Int32
|
TextElement
Methods
AssignElement(Element)
ClearCheckedState(String)
Declaration
public void ClearCheckedState(string groupName)
Parameters
System.String
groupName
|