Class CellElementProvider.CellElementInfo
Inheritance
System.Object
CellElementProvider.CellElementInfo
Inherited Members
System.Object.ToString()
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.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
protected class CellElementInfo
Constructors
CellElementInfo(IVirtualizedElement<GridViewColumn>, Type)
Initializes a new instance of the Cell
Declaration
public CellElementInfo(IVirtualizedElement<GridViewColumn> element, Type rowType)
Parameters
IVirtualized The element. |
System. Type of the row. |
Properties
Element
Gets the element.
Declaration
public IVirtualizedElement<GridViewColumn> Element { get; }
Property Value
IVirtualized The element. |
RowInfoType
Gets the type of the row info.
Declaration
public Type RowInfoType { get; }
Property Value
System. The type of the row info. |