Class KendoAngularGridDataCell
Inheritance
System.Object
    
    
    
    
    
    KendoAngularGridDataCell
  Inherited Members
      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.Angular.Grid
Assembly: Telerik.TestingFramework.Controls.KendoUI.Angular.dll
Syntax
public class KendoAngularGridDataCell : KendoAngularHtmlTableCellBaseConstructors
KendoAngularGridDataCell()
Declaration
public KendoAngularGridDataCell()KendoAngularGridDataCell(Element)
Properties
CellText
Declaration
public string CellText { get; }Property Value
| System.String 
 | 
Groupable
Declaration
public bool Groupable { get; }Property Value
| System.Boolean 
 | 
HIndex
Declaration
public int HIndex { get; }Property Value
| System.Int32 
 | 
ParentGridDataItem
Declaration
public KendoAngularGridDataItem ParentGridDataItem { get; }Property Value
| KendoAngularGridDataItem 
 | 
Selected
Declaration
public bool Selected { get; }Property Value
| System.Boolean 
 | 
VIndex
Declaration
public int VIndex { get; }Property Value
| System.Int32 
 | 
Methods
AssignElement(Element)
ClickItem()
Declaration
public void ClickItem()InitializeMatchExpression()
Declaration
protected override void InitializeMatchExpression()