Class
KendoGridConstants

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

Definition

Namespace:Telerik.TestingFramework.Controls.KendoUI

Assembly:Telerik.TestingFramework.Controls.KendoUI.dll

Syntax:

cs-api-definition
public class KendoGridConstants

Inheritance: objectKendoGridConstants

Constructors

KendoGridConstants()

Declaration

cs-api-definition
public KendoGridConstants()

Fields

CssCollapsedGroup

The CSS class of the collapsed group.

Declaration

cs-api-definition
public const string CssCollapsedGroup = "k-icon k-expand"

Field Value

string

CssExpandedGroup

The CSS class of the expanded group.

Declaration

cs-api-definition
public const string CssExpandedGroup = "k-icon k-collapse"

Field Value

string

CssGrid

The CSS class of the Grid widget wrapper div.

Declaration

cs-api-definition
public const string CssGrid = "k-grid"

Field Value

string

CssGridTable

The CSS class of the Grid table.

Declaration

cs-api-definition
public const string CssGridTable = "k-grid-table"

Field Value

string

CssSelectedItem

The CSS class of the selected item.

Declaration

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

Field Value

string

CssSelectedItemR32022

The CSS class of the selected item for R3 2022.

Declaration

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

Field Value

string

GridCellKey

The Call key used across the verifications and action messages.

Declaration

cs-api-definition
public const string GridCellKey = "KendoGridCell"

Field Value

string

GridDataCellFindClauses

The KendoGridDataCell find clauses.

Declaration

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

Field Value

string[]

GridDataItemFindClauses

The KendoGridDataItem find clauses.

Declaration

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

Field Value

string[]

GridFindClauses

The KendoGrid find clauses.

Declaration

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

Field Value

string[]

GridGroupFindClauses

The KendoGridGroup find clauses.

Declaration

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

Field Value

string[]

GridGroupKey

The Group key used across the verifications and action messages.

Declaration

cs-api-definition
public const string GridGroupKey = "KendoGridGroup"

Field Value

string

GridKey

The Grid key used across the verifications and action messages.

Declaration

cs-api-definition
public const string GridKey = "KendoGrid"

Field Value

string

GridRowKey

The Row key used across the verifications and action messages.

Declaration

cs-api-definition
public const string GridRowKey = "KendoGridRow"

Field Value

string