Class RadComboBox
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 RadComboBox : HtmlContainerControlConstructors
RadComboBox()
Declaration
public RadComboBox()RadComboBox(Element)
Properties
CheckBoxesEnabled
Declaration
public bool CheckBoxesEnabled { get; }Property Value
| System.Boolean 
 | 
CheckedItems
Declaration
public IList<RadComboBoxItem> CheckedItems { get; }Property Value
| System.Collections.Generic.IList<RadComboBoxItem> 
 | 
ClientSideLocator
Declaration
public override string ClientSideLocator { get; }Property Value
| System.String 
 | 
Overrides
ComboBoxValue
Declaration
public string ComboBoxValue { get; set; }Property Value
| System.String 
 | 
DropDownDiv
DropDownVisible
Declaration
public bool DropDownVisible { get; }Property Value
| System.Boolean 
 | 
DropDownWidth
Declaration
public int DropDownWidth { get; }Property Value
| System.Int32 
 | 
ElementOffsetWidth
Declaration
public int ElementOffsetWidth { get; }Property Value
| System.Int32 
 | 
EmptyMessage
Declaration
public string EmptyMessage { get; set; }Property Value
| System.String 
 | 
Enabled
Declaration
public bool Enabled { get; }Property Value
| System.Boolean 
 | 
FilterEnabled
Declaration
public bool FilterEnabled { get; }Property Value
| System.Boolean 
 | 
ItemCount
Declaration
public int ItemCount { get; }Property Value
| System.Int32 
 | 
Items
Declaration
public IList<RadComboBoxItem> Items { get; }Property Value
| System.Collections.Generic.IList<RadComboBoxItem> 
 | 
LastWord
Declaration
public string LastWord { get; }Property Value
| System.String 
 | 
LocatorExpression
Declaration
public override IFindExpression LocatorExpression { get; }Property Value
| IFindExpression 
 | 
Overrides
RenderMode
SelectedIndex
Declaration
public int SelectedIndex { get; }Property Value
| System.Int32 
 | 
SimpleRendering
Declaration
[Obsolete]
public bool SimpleRendering { get; }Property Value
| System.Boolean 
 | 
Text
Declaration
public string Text { get; set; }Property Value
| System.String 
 | 
VisibleItems
Declaration
public IList<RadComboBoxItem> VisibleItems { get; }Property Value
| System.Collections.Generic.IList<RadComboBoxItem> 
 | 
Methods
AssignElement(Element)
ClearItems()
Declaration
public void ClearItems()ClearSelection()
Declaration
public void ClearSelection()ControlAssert()
Disable()
Declaration
public void Disable()Enable()
Declaration
public void Enable()FindItem(Predicate<RadComboBoxItem>)
Declaration
public RadComboBoxItem FindItem(Predicate<RadComboBoxItem> predicate)Parameters
| System.Predicate<RadComboBoxItem>
        predicate 
 | 
Returns
| RadComboBoxItem 
 | 
FindItemByIndex(Int32)
Declaration
public RadComboBoxItem FindItemByIndex(int itemIndex)Parameters
| System.Int32
        itemIndex 
 | 
Returns
| RadComboBoxItem 
 | 
FindItemByText(String)
Declaration
public RadComboBoxItem FindItemByText(string itemText)Parameters
| System.String
        itemText 
 | 
Returns
| RadComboBoxItem 
 | 
FindItemByValue(String)
Declaration
public RadComboBoxItem FindItemByValue(string itemValue)Parameters
| System.String
        itemValue 
 | 
Returns
| RadComboBoxItem 
 | 
FindItemIndexByText(String)
Declaration
public int FindItemIndexByText(string itemText)Parameters
| System.String
        itemText 
 | 
Returns
| System.Int32 
 | 
FindItemIndexByValue(String)
Declaration
public int FindItemIndexByValue(string itemValue)Parameters
| System.String
        itemValue 
 | 
Returns
| System.Int32 
 | 
FindItems(Predicate<RadComboBoxItem>)
Declaration
public IList<RadComboBoxItem> FindItems(Predicate<RadComboBoxItem> predicate)Parameters
| System.Predicate<RadComboBoxItem>
        predicate 
 | 
Returns
| System.Collections.Generic.IList<RadComboBoxItem> 
 | 
HideDropDown()
Declaration
public void HideDropDown()SelectItemByIndex(Int32)
Declaration
public void SelectItemByIndex(int itemIndex)Parameters
| System.Int32
        itemIndex 
 | 
SelectItemByText(String)
Declaration
public void SelectItemByText(string itemText)Parameters
| System.String
        itemText 
 | 
SelectItemByValue(String)
Declaration
public void SelectItemByValue(string itemValue)Parameters
| System.String
        itemValue 
 | 
SetText(String, ScrollToVisibleType)
Declaration
public void SetText(string text, ScrollToVisibleType scrollToVisibleType = ScrollToVisibleType.ElementTopAtWindowTop)Parameters
| System.String
        text 
 | 
| ScrollToVisibleType
        scrollToVisibleType 
 | 
SetText(String, Int32, ScrollToVisibleType)
Declaration
public void SetText(string text, int typeSpeed, ScrollToVisibleType scrollToVisibleType = ScrollToVisibleType.ElementTopAtWindowTop)Parameters
| System.String
        text 
 | 
| System.Int32
        typeSpeed 
 | 
| ScrollToVisibleType
        scrollToVisibleType 
 | 
ShowDropDown()
Declaration
public void ShowDropDown()ToggleDropDown()
Declaration
public void ToggleDropDown()