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

Represents the data cell in RadVirtualGrid.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

C#
public class VirtualGridCellInfo

Inheritance: objectVirtualGridCellInfo

Constructors

Initializes a new instance of the VirtualGridCellInfo class.

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

Index of the row.

columnIndexint

Index of the column.

viewInfoVirtualGridViewInfo

The view info.

Properties

Gets the index of the column.

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

The index of the column.

Gets the index of the row.

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

The index of the row.

Gets the view info.

C#
public VirtualGridViewInfo ViewInfo { get; }
Property Value:

The view info.