Class KendoAngularList
Inheritance
System.Object
KendoAngularList
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.Angular.List
Assembly: Telerik.TestingFramework.Controls.KendoUI.Angular.dll
Syntax
public class KendoAngularList : KendoAngularContainerControlBase
Constructors
KendoAngularList()
Declaration
public KendoAngularList()
KendoAngularList(Element)
Properties
FocusedItemsCount
Declaration
public int FocusedItemsCount { get; }
Property Value
System.Int32
|
ItemsCount
Declaration
public int ItemsCount { get; }
Property Value
System.Int32
|
SelectedItemsCount
Declaration
public int SelectedItemsCount { get; }
Property Value
System.Int32
|
SelectedItemsList
Declaration
public IList<KendoAngularListItem> SelectedItemsList { get; }
Property Value
System.Collections.Generic.IList<KendoAngularListItem>
|
Methods
AssignElement(Element)
FindItems(Func<KendoAngularListItem, Boolean>)
Declaration
public IList<KendoAngularListItem> FindItems(Func<KendoAngularListItem, bool> predicate)
Parameters
System.Func<KendoAngularListItem, System.Boolean>
predicate
|
Returns
System.Collections.Generic.IList<KendoAngularListItem>
|
InitializeMatchExpression()
Declaration
protected override void InitializeMatchExpression()
Overrides
SelectItemByIndex(Int32, Boolean)
Declaration
public void SelectItemByIndex(int index, bool simulateRealClick)
Parameters
System.Int32
index
|
System.Boolean
simulateRealClick
|
SelectItemByText(String, Boolean)
Declaration
public void SelectItemByText(string text, bool simulateRealClick)
Parameters
System.String
text
|
System.Boolean
simulateRealClick
|
SelectItemByValue(String, Boolean)
Declaration
public void SelectItemByValue(string value, bool simulateRealClick)
Parameters
System.String
value
|
System.Boolean
simulateRealClick
|