ClassKendoGridDataCell
Class
KendoGridDataCell control.
Definition
Namespace:Telerik.TestingFramework.Controls.KendoUI
Assembly:Telerik.TestingFramework.Controls.KendoUI.dll
Syntax:
cs-api-definition
public class KendoGridDataCell : KendoUIHtmlTableCellBase
Inheritance: objectControlHtmlControlHtmlContainerControlHtmlTableCellKendoUIHtmlTableCellBaseKendoGridDataCell
Inherited Members
Constructors
KendoGridDataCell()
Initializes a new instance of the GridDataCell class.
Declaration
cs-api-definition
public KendoGridDataCell()
KendoGridDataCell(Element)
Initializes a new instance of the KendoTreeView class.
Properties
CellText
Gets current cell text
HIndex
Horizontal index of the cell
ParentGridDataItem
The parent GridItem of the item.
Declaration
cs-api-definition
public KendoGridDataItem ParentGridDataItem { get; }
Property Value
Selected
Shows whether the cell is selected
Methods
AssignElement(Element)
Assign element and initialize this control.
Declaration
cs-api-definition
public override void AssignElement(Element e)
Parameters
e
The base element.
Overrides
InitializeMatchExpression()
Initializes the control match expression pattern used to identify an element as a specific control.
Declaration
cs-api-definition
protected override void InitializeMatchExpression()
Overrides