ClassKendoAngularGridDataCell
KendoAngularGridDataCell control wrapper.
Definition
Namespace:Telerik.TestingFramework.Controls.KendoUI.Angular.Grid
Assembly:Telerik.TestingFramework.Controls.KendoUI.Angular.dll
Syntax:
public class KendoAngularGridDataCell : KendoAngularHtmlTableCellBase
Inheritance: objectControlHtmlControlHtmlContainerControlHtmlTableCellKendoAngularHtmlTableCellBaseKendoAngularGridDataCell
Inherited Members
Constructors
KendoAngularGridDataCell()
Initializes a new instance of the KendoAngularGridDataCell class.
Declaration
public KendoAngularGridDataCell()
KendoAngularGridDataCell(Element)
Initializes a new instance of the KendoAngularGridDataCell class.
Declaration
public KendoAngularGridDataCell(Element element)
Parameters
element
Properties
CellText
Gets current KendoAngularGridDataCell text.
Groupable
Checks whether the grid is groupable.
HIndex
Returns the horizontal index of the KendoAngularGridDataCell.
ParentGridDataItem
The parent GridItem of the item.
Declaration
public KendoAngularGridDataItem ParentGridDataItem { get; }
Property Value
Selected
Shows whether the KendoAngularGridDataCell is selected.
Methods
AssignElement(Element)
Assign element and initialize this control.
Declaration
public override void AssignElement(Element e)
Parameters
e
The element.
Overrides
InitializeMatchExpression()
Initializes the control match expression pattern used to identify an element as a specific control.
Declaration
protected override void InitializeMatchExpression()
Overrides