Class RadDropDownList
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 RadDropDownList : HtmlContainerControlConstructors
RadDropDownList()
Declaration
public RadDropDownList()RadDropDownList(Element)
Properties
ClientSideLocator
Declaration
public override string ClientSideLocator { get; }Property Value
| System.String 
 | 
Overrides
DefaultMessage
Declaration
public string DefaultMessage { get; set; }Property Value
| System.String 
 | 
DropDownDiv
DropDownVisible
Declaration
public bool DropDownVisible { get; }Property Value
| System.Boolean 
 | 
ElementOffsetWidth
Declaration
public int ElementOffsetWidth { get; }Property Value
| System.Int32 
 | 
Enabled
Declaration
public bool Enabled { get; }Property Value
| System.Boolean 
 | 
ItemCount
Declaration
public int ItemCount { get; }Property Value
| System.Int32 
 | 
Items
Declaration
public IList<RadDropDownListItem> Items { get; }Property Value
| System.Collections.Generic.IList<RadDropDownListItem> 
 | 
LocatorExpression
Declaration
public override IFindExpression LocatorExpression { get; }Property Value
| IFindExpression 
 | 
Overrides
RenderMode
SelectedIndex
Declaration
public int SelectedIndex { get; }Property Value
| System.Int32 
 | 
Text
Declaration
public string Text { get; set; }Property Value
| System.String 
 | 
Methods
AssignElement(Element)
ControlAssert()
FindItem(Predicate<RadDropDownListItem>)
Declaration
public RadDropDownListItem FindItem(Predicate<RadDropDownListItem> predicate)Parameters
| System.Predicate<RadDropDownListItem>
        predicate 
 | 
Returns
| RadDropDownListItem 
 | 
FindItemByIndex(Int32)
Declaration
public RadDropDownListItem FindItemByIndex(int itemIndex)Parameters
| System.Int32
        itemIndex 
 | 
Returns
| RadDropDownListItem 
 | 
FindItemByText(String)
Declaration
public RadDropDownListItem FindItemByText(string itemText)Parameters
| System.String
        itemText 
 | 
Returns
| RadDropDownListItem 
 | 
FindItemByValue(String)
Declaration
public RadDropDownListItem FindItemByValue(string itemValue)Parameters
| System.String
        itemValue 
 | 
Returns
| RadDropDownListItem 
 | 
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<RadDropDownListItem>)
Declaration
public IList<RadDropDownListItem> FindItems(Predicate<RadDropDownListItem> predicate)Parameters
| System.Predicate<RadDropDownListItem>
        predicate 
 | 
Returns
| System.Collections.Generic.IList<RadDropDownListItem> 
 | 
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()