Class GridDataItem
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.WebAii.Controls.Html
Assembly: Telerik.WebAii.Controls.Html.dll
Syntax
public class GridDataItem : HtmlTableRowConstructors
GridDataItem()
Declaration
public GridDataItem()GridDataItem(Element)
Properties
CanDelete
Declaration
public bool CanDelete { get; }Property Value
| System.Boolean 
 | 
CanEdit
Declaration
public bool CanEdit { get; }Property Value
| System.Boolean 
 | 
CanExpand
Declaration
public bool CanExpand { get; }Property Value
| System.Boolean 
 | 
CanSelect
Declaration
public bool CanSelect { get; }Property Value
| System.Boolean 
 | 
ClientSideLocator
Declaration
public override string ClientSideLocator { get; }Property Value
| System.String 
 | 
Overrides
DataCells
Declaration
public IList<GridDataCell> DataCells { get; }Property Value
| System.Collections.Generic.IList<GridDataCell> 
 | 
Edited
Declaration
public bool Edited { get; }Property Value
| System.Boolean 
 | 
Expanded
Declaration
public bool Expanded { get; }Property Value
| System.Boolean 
 | 
IsInEditMode
Declaration
public bool IsInEditMode { get; }Property Value
| System.Boolean 
 | 
ItemId
Declaration
public string ItemId { get; }Property Value
| System.String 
 | 
ItemIndex
Declaration
public int ItemIndex { get; }Property Value
| System.Int32 
 | 
LocatorExpression
Declaration
public override IFindExpression LocatorExpression { get; }Property Value
| IFindExpression 
 | 
Overrides
Selected
Declaration
public bool Selected { get; }Property Value
| System.Boolean 
 | 
Visible
Declaration
public bool Visible { get; }Property Value
| System.Boolean 
 | 
Methods
AssignElement(Element)
Collapse()
Declaration
public void Collapse()ControlAssert()
Expand()
Declaration
public void Expand()GetRowIndex(String)
Declaration
public static int GetRowIndex(string id)Parameters
| System.String
        id 
 | 
Returns
| System.Int32 
 |