Interface IRadComboBox
Inherited Members
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public interface IRadComboBox : ISelector, IFrameworkElement, ITargetElement
Properties
ClearButton
EditableTextBoxElement
IsDropDownOpen
Declaration
bool IsDropDownOpen { get; }
Property Value
System.Boolean
|
IsEditable
Declaration
bool IsEditable { get; }
Property Value
System.Boolean
|
IsReadOnly
Declaration
bool IsReadOnly { get; }
Property Value
System.Boolean
|
ItemElements
Declaration
IList<IRadComboBoxItem> ItemElements { get; }
Property Value
System.Collections.Generic.IList<IRadComboBoxItem>
|
Text
Declaration
string Text { get; }
Property Value
System.String
|
Methods
SelectItem(Int32, Boolean)
Declaration
void SelectItem(int itemIndex, bool openDropDown)
Parameters
System.Int32
itemIndex
|
System.Boolean
openDropDown
|
SelectItem(String, Boolean)
Declaration
void SelectItem(string itemText, bool openDropDown)
Parameters
System.String
itemText
|
System.Boolean
openDropDown
|
ToggleDropDown()
Declaration
void ToggleDropDown()
TypeText(String)
Declaration
void TypeText(string text)
Parameters
System.String
text
|