ClassKendoListBox
KendoListBox control wrapper.
Definition
Namespace:Telerik.TestingFramework.Controls.KendoUI
Assembly:Telerik.TestingFramework.Controls.KendoUI.dll
Syntax:
public class KendoListBox : KendoUIHtmlUnorderedListBase
Inheritance: objectControlHtmlControlHtmlContainerControlHtmlUnorderedListKendoUIHtmlUnorderedListBaseKendoListBox
Inherited Members
Constructors
KendoListBox()
Initializes a new instance of the KendoListBox class.
Declaration
public KendoListBox()
KendoListBox(Element)
Initializes a new instance of the KendoListBox class.
Properties
ItemCount
Get item count
SelectedItemCount
Get selected item count
SelectedItems
Get selected items
Declaration
public HtmlListItem[] SelectedItems { get; }
Property Value
Methods
AssignElement(Element)
Assign element and initialize this control.
Declaration
public override void AssignElement(Element e)
Parameters
e
The base element.
Overrides
InitializeMatchExpression()
Initializes the control match expression pattern used to identify an element as a specific control.
Declaration
protected override void InitializeMatchExpression()
Overrides
SelectItem(int)
Selects an item by specified index.
Declaration
public void SelectItem(int index)
Parameters
index
The item index.
SelectItem(string)
Selects an item by the specified text.
Declaration
public void SelectItem(string text)
Parameters
text
The item text.