Class KendoAngularListItem
Inheritance
System.Object
KendoAngularListItem
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 KendoAngularListItem : KendoAngularContainerControlBase
Constructors
KendoAngularListItem()
Declaration
public KendoAngularListItem()
KendoAngularListItem(Element)
Properties
Index
Declaration
public int Index { get; }
Property Value
System.Int32
|
IsFocused
Declaration
public bool IsFocused { get; }
Property Value
System.Boolean
|
IsSelected
Declaration
public bool IsSelected { get; }
Property Value
System.Boolean
|
Text
Declaration
public string Text { get; }
Property Value
System.String
|
Value
Declaration
public string Value { get; }
Property Value
System.String
|
Methods
AssignElement(Element)
InitializeMatchExpression()
Declaration
protected override void InitializeMatchExpression()
Overrides
Select(Boolean)
Declaration
public void Select(bool simulateRealClick)
Parameters
System.Boolean
simulateRealClick
|