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

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:

C#
public class VirtualGridCellInfo

Inheritance: objectVirtualGridCellInfo

Constructors

Initializes a new instance of the VirtualGridCellInfo class.

C#
public VirtualGridCellInfo(int rowIndex, int columnIndex, RadVirtualGrid owner)
Parameters:rowIndexint

The row index.

columnIndexint

The column index.

ownerRadVirtualGrid

The owner.

Initializes a new instance of the VirtualGridCellInfo class.

C#
public VirtualGridCellInfo(int rowIndex, int columnIndex)
Parameters:rowIndexint

The row index.

columnIndexint

The column index.

Properties

Gets the column.

C#
public int ColumnIndex { get; }
Property Value:

The column.

Gets the column.

C#
public int RowIndex { get; }
Property Value:

The column.