Class KendoListView
Inheritance
System.Object
KendoListView
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
Assembly: Telerik.TestingFramework.Controls.KendoUI.dll
Syntax
public class KendoListView : KendoUIContainerControlBase
Constructors
KendoListView()
Declaration
public KendoListView()
KendoListView(Element)
Properties
ClientSideLocator
Declaration
public override string ClientSideLocator { get; }
Property Value
System.String
|
Overrides
ItemsCount
Declaration
public int ItemsCount { get; }
Property Value
System.Int32
|
Selectable
Declaration
public string Selectable { get; }
Property Value
System.String
|
SelectedItemsCount
Declaration
public int SelectedItemsCount { get; }
Property Value
System.Int32
|
SelectedItemsList
Declaration
public IList<KendoListViewItem> SelectedItemsList { get; }
Property Value
System.Collections.Generic.IList<KendoListViewItem>
|
TotalItemCount
Declaration
public int TotalItemCount { get; }
Property Value
System.Int32
|
Methods
AssignElement(Element)
ClearSelection()
Declaration
public void ClearSelection()
FindItems(Predicate<KendoListViewItem>)
Declaration
public IList<KendoListViewItem> FindItems(Predicate<KendoListViewItem> predicate)
Parameters
System.Predicate<KendoListViewItem>
predicate
|
Returns
System.Collections.Generic.IList<KendoListViewItem>
|
InitializeMatchExpression()
Declaration
protected override void InitializeMatchExpression()
Overrides
SelectByIndex(Int32)
Declaration
public void SelectByIndex(int index)
Parameters
System.Int32
index
|