ClassKendoGridDataItem
Class
KendoGridDataItem control.
Definition
Namespace:Telerik.TestingFramework.Controls.KendoUI
Assembly:Telerik.TestingFramework.Controls.KendoUI.dll
Syntax:
cs-api-definition
public class KendoGridDataItem : KendoUIHtmlTableRowBase
Inheritance: objectControlHtmlControlHtmlContainerControlHtmlTableRowKendoUIHtmlTableRowBaseKendoGridDataItem
Inherited Members
Constructors
KendoGridDataItem()
Initializes a new instance of the GridDataItem class.
Declaration
cs-api-definition
public KendoGridDataItem()
KendoGridDataItem(Element)
Initializes a new instance of the GridDataItem class.
Properties
ItemIndex
The data item index.
ParentGrid
The parent Grid of the item.
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