Class
VirtualGridCellInfo

Represents the data cell in RadVirtualGrid.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
public class VirtualGridCellInfo

Inheritance: objectVirtualGridCellInfo

Constructors

VirtualGridCellInfo(int, int, VirtualGridViewInfo)

Initializes a new instance of the VirtualGridCellInfo class.

Declaration

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

Parameters

rowIndex

int

Index of the row.

columnIndex

int

Index of the column.

viewInfo

VirtualGridViewInfo

The view info.

Properties

ColumnIndex

Gets the index of the column.

Declaration

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

Property Value

int

The index of the column.

RowIndex

Gets the index of the row.

Declaration

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

Property Value

int

The index of the row.

ViewInfo

Gets the view info.

Declaration

cs-api-definition
public VirtualGridViewInfo ViewInfo { get; }

Property Value

VirtualGridViewInfo

The view info.