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

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: VirtualGridCellInfoCancelEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the VirtualGridCellInfoEventArgs class.

C#
public VirtualGridCellInfoEventArgs(VirtualGridCellInfo cellInfo)
Parameters:cellInfoVirtualGridCellInfo

The cell info.

Properties

Gets the cell info.

C#
public VirtualGridCellInfo CellInfo { get; }