GridViewRowEventArgs
Class
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:
Inherited Members
Constructors
Initializes a new instance of the GridViewRowEventArgs class.
C#
public GridViewRowEventArgs(GridViewRowInfo rowInfo)
The GridViewRowInfo that the event occurred for.
Initializes a new instance of the GridViewRowEventArgs class.
C#
public GridViewRowEventArgs(GridViewRowInfo[] rowInfo)
The GridViewRowInfo that the event occurred for.
Properties
Gets the row.
C#
public GridViewRowInfo Row { get; }
The row.
Gets the GridViewRowInfo associated with the event.
C#
public GridViewRowInfo[] Rows { get; }