ClassVirtualGridCellInfo
Class
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
Index of the row.
columnIndex
Index of the column.
viewInfo
The view info.
Properties
ColumnIndex
Gets the index of the column.
Declaration
cs-api-definition
public int ColumnIndex { get; }
Property Value
The index of the column.
RowIndex
Gets the index of the row.
ViewInfo
Gets the view info.
Declaration
cs-api-definition
public VirtualGridViewInfo ViewInfo { get; }
Property Value
The view info.