Class RadDropDownListItem
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 RadDropDownListItem : HtmlContainerControl
Constructors
RadDropDownListItem()
Declaration
public RadDropDownListItem()
RadDropDownListItem(Element)
Properties
ClientSideLocator
Declaration
public override string ClientSideLocator { get; }
Property Value
System.String
|
Overrides
DropDownID
Declaration
public string DropDownID { get; }
Property Value
System.String
|
DropDownList
DropDownListElement
Enabled
Declaration
public bool Enabled { 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)
ControlAssert()
Disable()
Declaration
public void Disable()
Enable()
Declaration
public void Enable()
Select()
Declaration
public void Select()