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

Provides data for row-related RadGridView events.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

C#
public class GridViewRowEventArgs : EventArgs

Inheritance: objectEventArgsGridViewRowEventArgs

Derived Classes: DefaultValuesNeededEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the GridViewRowEventArgs class.

C#
public GridViewRowEventArgs(GridViewRowInfo rowInfo)
Parameters:rowInfoGridViewRowInfo

The GridViewRowInfo that the event occurred for.

Initializes a new instance of the GridViewRowEventArgs class.

C#
public GridViewRowEventArgs(GridViewRowInfo[] rowInfo)
Parameters:rowInfoGridViewRowInfo[]

The GridViewRowInfo that the event occurred for.

Properties

Gets the row.

C#
public GridViewRowInfo Row { get; }
Property Value:

The row.

Gets the GridViewRowInfo associated with the event.

C#
public GridViewRowInfo[] Rows { get; }