ClassKendoGridConstants
String constants of the Grid(CSS classes, Id prefix, etc).
Definition
Namespace:Telerik.TestingFramework.Controls.KendoUI
Assembly:Telerik.TestingFramework.Controls.KendoUI.dll
Syntax:
public class KendoGridConstants
Inheritance: objectKendoGridConstants
Constructors
KendoGridConstants()
Declaration
public KendoGridConstants()
Fields
CssCollapsedGroup
The CSS class of the collapsed group.
Declaration
public const string CssCollapsedGroup = "k-icon k-expand"
Field Value
CssExpandedGroup
The CSS class of the expanded group.
Declaration
public const string CssExpandedGroup = "k-icon k-collapse"
Field Value
CssGrid
The CSS class of the Grid widget wrapper div.
CssGridTable
The CSS class of the Grid table.
CssSelectedItem
The CSS class of the selected item.
Declaration
public const string CssSelectedItem = "k-state-selected"
Field Value
CssSelectedItemR32022
The CSS class of the selected item for R3 2022.
Declaration
public const string CssSelectedItemR32022 = "k-selected"
Field Value
GridCellKey
The Call key used across the verifications and action messages.
GridDataCellFindClauses
The KendoGridDataCell find clauses.
Declaration
public static readonly string[] GridDataCellFindClauses
Field Value
string[]
GridDataItemFindClauses
The KendoGridDataItem find clauses.
Declaration
public static readonly string[] GridDataItemFindClauses
Field Value
string[]
GridFindClauses
The KendoGrid find clauses.
GridGroupFindClauses
The KendoGridGroup find clauses.
Declaration
public static readonly string[] GridGroupFindClauses
Field Value
string[]
GridGroupKey
The Group key used across the verifications and action messages.
Declaration
public const string GridGroupKey = "KendoGridGroup"
Field Value
GridKey
The Grid key used across the verifications and action messages.
GridRowKey
The Row key used across the verifications and action messages.