Class RadComboBoxItem
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 RadComboBoxItem : HtmlContainerControl
Constructors
RadComboBoxItem()
Declaration
public RadComboBoxItem()
RadComboBoxItem(Element)
Properties
Checkable
Declaration
public bool Checkable { get; }
Property Value
System.Boolean
|
Checked
Declaration
public bool Checked { get; set; }
Property Value
System.Boolean
|
ClientSideLocator
Declaration
public override string ClientSideLocator { get; }
Property Value
System.String
|
Overrides
ComboBox
ComboBoxElement
Enabled
Declaration
public bool Enabled { get; }
Property Value
System.Boolean
|
Highlighted
Declaration
public bool Highlighted { get; }
Property Value
System.Boolean
|
Index
Declaration
public int Index { get; }
Property Value
System.Int32
|
ItemValue
Declaration
public string ItemValue { get; set; }
Property Value
System.String
|
LocatorExpression
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
IFindExpression
|
Overrides
Selected
Declaration
public bool Selected { get; }
Property Value
System.Boolean
|
Text
Declaration
public string Text { get; set; }
Property Value
System.String
|
Visible
Declaration
public bool Visible { get; }
Property Value
System.Boolean
|
Methods
AssignElement(Element)
Check()
Declaration
public void Check()
ControlAssert()
Disable()
Declaration
public void Disable()
Enable()
Declaration
public void Enable()
Hide()
Declaration
public void Hide()
Highlight()
Declaration
public void Highlight()
Select()
Declaration
public void Select()
Show()
Declaration
public void Show()
Uncheck()
Declaration
public void Uncheck()
UNHighlight()
Declaration
public void UNHighlight()