VirtualGridCellInfo
Class
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)
Index of the row.
columnIndexintIndex of the column.
viewInfoVirtualGridViewInfoThe view info.
Properties
Gets the index of the column.
C#
public int ColumnIndex { get; }
The index of the column.
Gets the index of the row.
C#
public int RowIndex { get; }
The index of the row.
Gets the view info.
C#
public VirtualGridViewInfo ViewInfo { get; }
The view info.