InterfaceIRadComboBox
Represents the RadComboBox control wrapper for SL/Wpf interface.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
public interface IRadComboBox : ISelector, IFrameworkElement, ITargetElement
Derived Classes:
Inherited Members
Properties
ClearButton
Gets the button in the dropdown that clears the selection.
EditableTextBoxElement
Gets the editable textbox element.
Declaration
FrameworkElement EditableTextBoxElement { get; }
Property Value
IsDropDownOpen
Gets whether the drop down is open.
IsEditable
Gets whether the ComboBox is editable.
IsReadOnly
Gets whether the ComboBox is read only.
ItemElements
Gets a list if of ComboBoxItem elements.
Declaration
IList<IRadComboBoxItem> ItemElements { get; }
Property Value
Methods
SelectItem(int, bool)
Simulate user opening the drop down depending on 'openDropDown' argument and selecting an item.
SelectItem(string, bool)
Simulate user opening the drop down depending on 'openDropDown' argument and selecting the item with the given text.
ToggleDropDown()
Simulates user clicking on the drop down button to open/close it.
Declaration
void ToggleDropDown()
TypeText(string)
Simulate user typing in the RadComboBox.