Class
VirtualGridCellInfo

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.

Declaration

cs-api-definition
public VirtualGridCellInfo(int rowIndex, int columnIndex)

Parameters

rowIndex

int

The row index.

columnIndex

int

The column index.

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

int

The row index.

columnIndex

int

The column index.

owner

RadVirtualGrid

The owner.

Properties

ColumnIndex

Gets the column.

Declaration

cs-api-definition
public int ColumnIndex { get; }

Property Value

int

The column.

RowIndex

Gets the column.

Declaration

cs-api-definition
public int RowIndex { get; }

Property Value

int

The column.