Class
KendoPagerConstants

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

Definition

Namespace:Telerik.TestingFramework.Controls.KendoUI

Assembly:Telerik.TestingFramework.Controls.KendoUI.dll

Syntax:

cs-api-definition
public static class KendoPagerConstants

Inheritance: objectKendoPagerConstants

Fields

The CSS class identifying page link.

Declaration

cs-api-definition
public const string CssPageLink = "k-button"

Field Value

string

CssPager

The CSS class identifying the control.

Declaration

cs-api-definition
public const string CssPager = "k-pager"

Field Value

string

PagerFindClauses

The find clauses for the control.

Declaration

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

Field Value

string[]

PagerKey

The name identifying the PanelBar control.

Declaration

cs-api-definition
public const string PagerKey = "KendoPager"

Field Value

string

PagerLinkFindClauses

The find clauses for the pager links.

Declaration

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

Field Value

string[]

PagerNumbersFindClauses

The find clauses for the pager numbers wrapper.

Declaration

cs-api-definition
public static readonly string PagerNumbersFindClauses

Field Value

string

The R12023 and before CSS class identifying page link (contained anchor).

Declaration

cs-api-definition
public const string R12023CssPageLink = "k-link"

Field Value

string