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

Provides data for cell related events.

Definition

Constructors

Initializes a new instance of the VirtualGridCellEventArgs class.

C#
public VirtualGridCellEventArgs(int rowIndex, int columnIndex, VirtualGridViewInfo viewInfo)
Parameters:rowIndexint

Index of the row.

columnIndexint

Index of the column.

viewInfoVirtualGridViewInfo

The view info.

Properties

Gets the column index of the cell.

C#
public int ColumnIndex { get; }

Gets the row index of the cell.

C#
public int RowIndex { get; }