Class KendoGridConstants
Inheritance
System.Object
KendoGridConstants
Inherited Members
System.Object.ToString()
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 KendoGridConstants
Constructors
KendoGridConstants()
Declaration
public KendoGridConstants()
Fields
CssCollapsedGroup
Declaration
public const string CssCollapsedGroup = "k-icon k-expand"
Field Value
System.String
|
CssContentDiv
Declaration
public const string CssContentDiv = "k-grid-content"
Field Value
System.String
|
CssExpandedGroup
Declaration
public const string CssExpandedGroup = "k-icon k-collapse"
Field Value
System.String
|
CssGrid
Declaration
public const string CssGrid = "k-grid"
Field Value
System.String
|
CssSelectedItem
Declaration
public const string CssSelectedItem = "k-state-selected"
Field Value
System.String
|
CssSelectedItemR32022
Declaration
public const string CssSelectedItemR32022 = "k-selected"
Field Value
System.String
|
GridCellKey
Declaration
public const string GridCellKey = "KendoGridCell"
Field Value
System.String
|
GridGroupKey
Declaration
public const string GridGroupKey = "KendoGridGroup"
Field Value
System.String
|
GridKey
Declaration
public const string GridKey = "KendoGrid"
Field Value
System.String
|
GridRowKey
Declaration
public const string GridRowKey = "KendoGridRow"
Field Value
System.String
|