Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
C#
protected class CellElementProvider.CellElementInfo
Inheritance: objectCellElementProvider.CellElementInfo
Constructors
Initializes a new instance of the CellElementProvider.CellElementInfo class.
C#
public CellElementInfo(IVirtualizedElement<GridViewColumn> element, Type rowType)
The element.
rowTypeTypeType of the row.
Properties
Gets the element.
C#
public IVirtualizedElement<GridViewColumn> Element { get; }
The element.
Gets the type of the row info.
C#
public Type RowInfoType { get; }
The type of the row info.