KendoAngularList
Class
Definition
Namespace:Telerik.TestingFramework.Controls.KendoUI.Angular.List
Assembly:Telerik.TestingFramework.Controls.KendoUI.Angular.dll
Syntax:
C#
public class KendoAngularList : KendoAngularContainerControlBase
Inheritance: objectControlHtmlControlHtmlContainerControlKendoAngularContainerControlBaseKendoAngularList...
Inherited Members
Constructors
C#
public KendoAngularList()
Properties
C#
public int FocusedItemsCount { get; }
C#
public int ItemsCount { get; }
C#
public int SelectedItemsCount { get; }
C#
public IList<KendoAngularListItem> SelectedItemsList { get; }
Methods
C#
public IList<KendoAngularListItem> FindItems(Func<KendoAngularListItem, bool> predicate)
C#
protected override void InitializeMatchExpression()
Overrides:
C#
[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)