ClassKendoAngularListItem
KendoAngularListItem control.
Definition
Namespace:Telerik.TestingFramework.Controls.KendoUI.Angular.List
Assembly:Telerik.TestingFramework.Controls.KendoUI.Angular.dll
Syntax:
public class KendoAngularListItem : KendoAngularContainerControlBase
Inheritance: objectControlHtmlControlHtmlContainerControlKendoAngularContainerControlBaseKendoAngularListItem
Inherited Members
Constructors
KendoAngularListItem()
Initializes a new instance of the KendoAngularListItem class.
Declaration
public KendoAngularListItem()
KendoAngularListItem(Element)
Initializes a new instance of the KendoAngularListItem class.
Declaration
public KendoAngularListItem(Element element)
Parameters
element
Properties
Index
Returns the index of the current KendoAngularListItem
IsFocused
Returns 'true' if the KendoAngularListItem is focused. Otherwise 'false'.
Declaration
public bool IsFocused { get; }
Property Value
Whether the item is focused
IsSelected
Returns 'true' if the KendoAngularListItem is selected. Otherwise 'false'.
Declaration
public bool IsSelected { get; }
Property Value
Whether the item is selected
Text
Returns the text of the current KendoAngularListItem
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
Select(bool)
Selects the list item
Declaration
public void Select(bool simulateRealClick)
Parameters
simulateRealClick
Simulate real mouse click.