Class
KendoListViewConstants

String constants of the ListView(CSS classes, Id prefix, etc).

Definition

Namespace:Telerik.TestingFramework.Controls.KendoUI

Assembly:Telerik.TestingFramework.Controls.KendoUI.dll

Syntax:

cs-api-definition
public static class KendoListViewConstants

Inheritance: objectKendoListViewConstants

Fields

KeyListView

The name identifying the KeyListView control.

Declaration

cs-api-definition
public const string KeyListView = "ListView"

Field Value

string

KeyListViewItem

The name identifying the KeyListViewItem control.

Declaration

cs-api-definition
public const string KeyListViewItem = "ListViewItem"

Field Value

string

ListViewFindClauses

The find expression clauses of the Kendo ListView.

Declaration

cs-api-definition
public static readonly string[] ListViewFindClauses

Field Value

string[]

ListViewItemFindClauses

The find expression clauses of the Kendo ListView Item.

Declaration

cs-api-definition
public static readonly string[] ListViewItemFindClauses

Field Value

string[]

ListViewItemFindClausesR32021

The find expression clauses of the Kendo ListView Item for R32021

Declaration

cs-api-definition
public static readonly string[] ListViewItemFindClausesR32021

Field Value

string[]

ListViewItemSelected

The class of selected ListViewItem.

Declaration

cs-api-definition
public const string ListViewItemSelected = "k-state-selected"

Field Value

string

ListViewItemSelectedR32022

The class of selected ListViewItem for R32022.

Declaration

cs-api-definition
public const string ListViewItemSelectedR32022 = "k-selected"

Field Value

string