Provides data for cell related events.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
C#
public class VirtualGridCellEventArgs : VirtualGridEventArgs
Inheritance: objectEventArgsVirtualGridEventArgsVirtualGridCellEventArgs
Derived Classes:
Inherited Members
Constructors
Initializes a new instance of the VirtualGridCellEventArgs class.
C#
public VirtualGridCellEventArgs(int rowIndex, int columnIndex, VirtualGridViewInfo viewInfo)
Index of the row.
columnIndexintIndex of the column.
viewInfoVirtualGridViewInfoThe view info.
Properties
Gets the column index of the cell.
C#
public int ColumnIndex { get; }