Class GridViewRowEventArgs
Provides data for row-related RadGridView events.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class GridViewRowEventArgs : EventArgs
Constructors
GridViewRowEventArgs(GridViewRowInfo)
Initializes a new instance of the GridViewRowEventArgs class.
Declaration
public GridViewRowEventArgs(GridViewRowInfo rowInfo)
Parameters
GridViewRowInfo
rowInfo
The GridViewRowInfo that the event occurred for. |
GridViewRowEventArgs(GridViewRowInfo[])
Initializes a new instance of the GridViewRowEventArgs class.
Declaration
public GridViewRowEventArgs(GridViewRowInfo[] rowInfo)
Parameters
GridViewRowInfo[]
rowInfo
The GridViewRowInfo that the event occurred for. |
Properties
Row
Gets the row.
Declaration
public GridViewRowInfo Row { get; }
Property Value
GridViewRowInfo
The row. |
Rows
Gets the GridViewRowInfo associated with the event.
Declaration
public GridViewRowInfo[] Rows { get; }
Property Value
GridViewRowInfo[]
|