ClassCellElementProvider.CellElementInfo
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
cs-api-definition
protected class CellElementProvider.CellElementInfo
Inheritance: objectCellElementProvider.CellElementInfo
Constructors
CellElementInfo(IVirtualizedElement<GridViewColumn>, Type)
Initializes a new instance of the CellElementProvider.CellElementInfo class.
Declaration
cs-api-definition
public CellElementInfo(IVirtualizedElement<GridViewColumn> element, Type rowType)
Parameters
element
IVirtualizedElement<GridViewColumn>
The element.
rowType
Type of the row.
Properties
Element
Gets the element.
Declaration
cs-api-definition
public IVirtualizedElement<GridViewColumn> Element { get; }
Property Value
IVirtualizedElement<GridViewColumn>
The element.
RowInfoType
Gets the type of the row info.
Declaration
cs-api-definition
public Type RowInfoType { get; }
Property Value
The type of the row info.