ClassVirtualGridCellInfo
Class
Class that describes VirtualCell as data object. Used to get the appropriate VirtualCell in cases when it is recycled.
Definition
Namespace:Telerik.Windows.Controls.VirtualGrid
Assembly:Telerik.Windows.Controls.VirtualGrid.dll
Syntax:
cs-api-definition
public class VirtualGridCellInfo
Inheritance: objectVirtualGridCellInfo
Constructors
VirtualGridCellInfo(int, int)
Initializes a new instance of the VirtualGridCellInfo class.
VirtualGridCellInfo(int, int, RadVirtualGrid)
Initializes a new instance of the VirtualGridCellInfo class.
Declaration
cs-api-definition
public VirtualGridCellInfo(int rowIndex, int columnIndex, RadVirtualGrid owner)
Parameters
rowIndex
The row index.
columnIndex
The column index.
owner
The owner.
Properties
ColumnIndex
Gets the column.