Class KendoListBox
Inheritance
System.Object
    
    
    
    
    
    KendoListBox
  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.TestingFramework.Controls.KendoUI
Assembly: Telerik.TestingFramework.Controls.KendoUI.dll
Syntax
public class KendoListBox : KendoUIHtmlUnorderedListBaseConstructors
KendoListBox()
Declaration
public KendoListBox()KendoListBox(Element)
Properties
ItemCount
Declaration
public int ItemCount { get; }Property Value
| System.Int32 
 | 
SelectedItemCount
Declaration
public int SelectedItemCount { get; }Property Value
| System.Int32 
 | 
SelectedItems
Methods
AssignElement(Element)
InitializeMatchExpression()
Declaration
protected override void InitializeMatchExpression()Overrides
SelectItem(Int32)
Declaration
public void SelectItem(int index)Parameters
| System.Int32
        index 
 | 
SelectItem(String)
Declaration
public void SelectItem(string text)Parameters
| System.String
        text 
 |