New to Telerik UI for WinFormsStart a free 30-day trial

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)
Parameters:elementIVirtualizedElement<GridViewColumn>

The element.

rowTypeType

Type of the row.

Properties

Gets the element.

C#
public IVirtualizedElement<GridViewColumn> Element { get; }
Property Value:

The element.

Gets the type of the row info.

C#
public Type RowInfoType { get; }
Property Value:

The type of the row info.