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 : HtmlContainerControl
Constructors
RadDropDownList()
Declaration
public RadDropDownList()
RadDropDownList(Element)
Properties
ClientSideLocator
Declaration
public override string ClientSideLocator { get; }
Property Value
System.
|
Overrides
DefaultMessage
Declaration
public string DefaultMessage { get; set; }
Property Value
System.
|
DropDownDiv
DropDownVisible
Declaration
public bool DropDownVisible { get; }
Property Value
System.
|
ElementOffsetWidth
Declaration
public int ElementOffsetWidth { get; }
Property Value
System.
|
Enabled
Declaration
public bool Enabled { get; }
Property Value
System.
|
ItemCount
Declaration
public int ItemCount { get; }
Property Value
System.
|
Items
Declaration
public IList<RadDropDownListItem> Items { get; }
Property Value
System.
|
LocatorExpression
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
Overrides
RenderMode
SelectedIndex
Declaration
public int SelectedIndex { get; }
Property Value
System.
|
Text
Declaration
public string Text { get; set; }
Property Value
System.
|
Methods
AssignElement(Element)
ControlAssert()
FindItem(Predicate<RadDropDownListItem>)
Declaration
public RadDropDownListItem FindItem(Predicate<RadDropDownListItem> predicate)
Parameters
System.
|
Returns
FindItemByIndex(Int32)
Declaration
public RadDropDownListItem FindItemByIndex(int itemIndex)
Parameters
System.
|
Returns
FindItemByText(String)
Declaration
public RadDropDownListItem FindItemByText(string itemText)
Parameters
System.
|
Returns
FindItemByValue(String)
Declaration
public RadDropDownListItem FindItemByValue(string itemValue)
Parameters
System.
|
Returns
FindItemIndexByText(String)
Declaration
public int FindItemIndexByText(string itemText)
Parameters
System.
|
Returns
System.
|
FindItemIndexByValue(String)
Declaration
public int FindItemIndexByValue(string itemValue)
Parameters
System.
|
Returns
System.
|
FindItems(Predicate<RadDropDownListItem>)
Declaration
public IList<RadDropDownListItem> FindItems(Predicate<RadDropDownListItem> predicate)
Parameters
System.
|
Returns
System.
|
HideDropDown()
Declaration
public void HideDropDown()
SelectItemByIndex(Int32)
Declaration
public void SelectItemByIndex(int itemIndex)
Parameters
System.
|
SelectItemByText(String)
Declaration
public void SelectItemByText(string itemText)
Parameters
System.
|
SelectItemByValue(String)
Declaration
public void SelectItemByValue(string itemValue)
Parameters
System.
|
SetText(String, ScrollToVisibleType)
Declaration
public void SetText(string text, ScrollToVisibleType scrollToVisibleType = ScrollToVisibleType.ElementTopAtWindowTop)
Parameters
System.
|
Scroll
|
SetText(String, Int32, ScrollToVisibleType)
Declaration
public void SetText(string text, int typeSpeed, ScrollToVisibleType scrollToVisibleType = ScrollToVisibleType.ElementTopAtWindowTop)
Parameters
System.
|
System.
|
Scroll
|
ShowDropDown()
Declaration
public void ShowDropDown()