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

Provides data for row related events.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

C#
public class VirtualGridRowEventArgs : VirtualGridEventArgs

Inheritance: objectEventArgsVirtualGridEventArgsVirtualGridRowEventArgs

Derived Classes: VirtualGridQueryHasChildRowsEventArgsVirtualGridRowExpandedEventArgsVirtualGridRowHeightChangingEventArgsVirtualGridRowValidatingEventArgs

Inherited Members VirtualGridEventArgs.ViewInfoEventArgs.Empty

Constructors

Initializes a new instance of the VirtualGridRowEventArgs class.

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

Index of the row.

viewInfoVirtualGridViewInfo

The view info.

Properties

Gets the index of the row.

C#
public int RowIndex { get; }