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 CellElementProvider.CellElementInfo class.
Declaration
public CellElementInfo(IVirtualizedElement<GridViewColumn> element, Type rowType)
Parameters
IVirtualizedElement<GridViewColumn>
element
The element. |
System.Type
rowType
Type of the row. |
Properties
Element
Gets the element.
Declaration
public IVirtualizedElement<GridViewColumn> Element { get; }
Property Value
IVirtualizedElement<GridViewColumn>
The element. |
RowInfoType
Gets the type of the row info.
Declaration
public Type RowInfoType { get; }
Property Value
System.Type
The type of the row info. |