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