Provides data for cell related events.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
C#
public class VirtualGridCellInfoEventArgs : EventArgs
Inheritance: objectEventArgsVirtualGridCellInfoEventArgs
Derived Classes:
Inherited Members
Constructors
Initializes a new instance of the VirtualGridCellInfoEventArgs class.
C#
public VirtualGridCellInfoEventArgs(VirtualGridCellInfo cellInfo)
The cell info.
Properties
Gets the cell info.
C#
public VirtualGridCellInfo CellInfo { get; }