Class VirtualGridCellInfo
Class that describes VirtualCell as data object. Used to get the appropriate VirtualCell in cases when it is recycled.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.VirtualGrid
Assembly: Telerik.Windows.Controls.VirtualGrid.dll
Syntax
public class VirtualGridCellInfo
Constructors
VirtualGridCellInfo(Int32, Int32)
Initializes a new instance of the VirtualGridCellInfo class.
Declaration
public VirtualGridCellInfo(int rowIndex, int columnIndex)
Parameters
System.Int32
rowIndex
The row index. |
System.Int32
columnIndex
The column index. |
VirtualGridCellInfo(Int32, Int32, RadVirtualGrid)
Initializes a new instance of the VirtualGridCellInfo class.
Declaration
public VirtualGridCellInfo(int rowIndex, int columnIndex, RadVirtualGrid owner)
Parameters
System.Int32
rowIndex
The row index. |
System.Int32
columnIndex
The column index. |
RadVirtualGrid
owner
The owner. |
Properties
ColumnIndex
Gets the column.
Declaration
public int ColumnIndex { get; }
Property Value
System.Int32
The column. |
RowIndex
Gets the column.
Declaration
public int RowIndex { get; }
Property Value
System.Int32
The column. |