ClassRadComboBoxItem
Represents the RadComboBoxItem class.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
public class RadComboBoxItem : HtmlContainerControl
Inheritance: objectControlHtmlControlHtmlContainerControlRadComboBoxItem
Inherited Members
Constructors
RadComboBoxItem()
Initializes a new instance of the RadComboBoxItem class.
Declaration
public RadComboBoxItem()
RadComboBoxItem(Element)
Initializes a new instance of the RadComboBoxItem class.
Properties
Checkable
Get whether the item contains check box so that it can be checked.
Checked
Get or set whether the item is checked.
ClientSideLocator
Client side locator.
Declaration
public override string ClientSideLocator { get; }
Property Value
Overrides
ComboBox
Returns the parent comboBox.
ComboBoxElement
Returns the parent comboBox element.
Enabled
Get whether the combo item is enabled.
Highlighted
Get whether the combo item is highlighted.
Index
Get the combo 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()