ClassRadDropDownListItem
Represents the RadDropDownListItem class.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
public class RadDropDownListItem : HtmlContainerControl
Inheritance: objectControlHtmlControlHtmlContainerControlRadDropDownListItem
Inherited Members
Constructors
RadDropDownListItem()
Initializes a new instance of the RadDropDownListItem class.
Declaration
public RadDropDownListItem()
RadDropDownListItem(Element)
Initializes a new instance of the RadDropDownListItem class.
Declaration
public RadDropDownListItem(Element element)
Parameters
element
Properties
ClientSideLocator
Client side locator.
Declaration
public override string ClientSideLocator { get; }
Property Value
Overrides
DropDownID
Get the drop down list id.
DropDownList
Returns the parent DropDownList.
Declaration
public RadDropDownList DropDownList { get; }
Property Value
DropDownListElement
Returns the parent DropDownList element.
Enabled
Get whether the drop down list item is enabled.
Index
Get the drop down list item index.
ItemValue
Get or set the value for this item.
LocatorExpression
Get the FindParam that defines the pattern for a treeview node.
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
Overrides
Selected
Check if the item is selected.
Text
Get or set the text for this item.
Methods
AssignElement(Element)
This method executes when traverse trough page elements.
Declaration
public override void AssignElement(Element e)
Parameters
e
Overrides
ControlAssert()
Get RadControlAssert instance initialized for this control.
Declaration
public RadControlAssert ControlAssert()
Returns
RadControlAssert instance initialized for this control.
Select()
Select the item. Hides the combo drop down.
Declaration
public void Select()