ClassKendoAngularList
KendoAngularList control wrapper.
Definition
Namespace:Telerik.TestingFramework.Controls.KendoUI.Angular.List
Assembly:Telerik.TestingFramework.Controls.KendoUI.Angular.dll
Syntax:
public class KendoAngularList : KendoAngularContainerControlBase
Inheritance: objectControlHtmlControlHtmlContainerControlKendoAngularContainerControlBaseKendoAngularList
Inherited Members
Constructors
KendoAngularList()
Initializes a new instance of the KendoAngularList class.
Declaration
public KendoAngularList()
KendoAngularList(Element)
Initializes a new instance of the KendoAngularList class.
Properties
FocusedItemsCount
Gets the count of focused items.
ItemsCount
Gets the number of listed items
SelectedItemsCount
Gets the count of selected items.
SelectedItemsList
Gets the list of selected items.
Declaration
public IList<KendoAngularListItem> SelectedItemsList { 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
FindItems(Func<KendoAngularListItem, bool>)
Gets the list of the data items matching the given predicate.
Declaration
public IList<KendoAngularListItem> FindItems(Func<KendoAngularListItem, bool> predicate)
Parameters
predicate
Func<KendoAngularListItem, bool>
The predicate to search for.
Returns
The list of the data items matching the given predicate.
InitializeMatchExpression()
Initializes the control match expression pattern used to identify an element as a specific control.
Declaration
protected override void InitializeMatchExpression()
Overrides
SelectItemByIndex(int, bool)
Selects an item by specified index.
SelectItemByText(string, bool)
Selects an item by the specified text.
SelectItemByValue(string, bool)
Declaration
[Obsolete("List item value is not available, since R2 2023 SP2 of Kendo Angular Components. Therefore select by value is not supported. Please use SelectItemByIndex() or SelectItemByText() instead.")]
public void SelectItemByValue(string value, bool simulateRealClick)
Parameters
value
simulateRealClick