Class
GridViewRowEventArgs

Provides data for row-related RadGridView events.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
public class GridViewRowEventArgs : EventArgs

Inheritance: objectEventArgsGridViewRowEventArgs

Derived Classes: DefaultValuesNeededEventArgs

Inherited Members EventArgs.Empty

Constructors

GridViewRowEventArgs(GridViewRowInfo)

Initializes a new instance of the GridViewRowEventArgs class.

Declaration

cs-api-definition
public GridViewRowEventArgs(GridViewRowInfo rowInfo)

Parameters

rowInfo

GridViewRowInfo

The GridViewRowInfo that the event occurred for.

GridViewRowEventArgs(GridViewRowInfo[])

Initializes a new instance of the GridViewRowEventArgs class.

Declaration

cs-api-definition
public GridViewRowEventArgs(GridViewRowInfo[] rowInfo)

Parameters

rowInfo

GridViewRowInfo[]

The GridViewRowInfo that the event occurred for.

Properties

Row

Gets the row.

Declaration

cs-api-definition
public GridViewRowInfo Row { get; }

Property Value

GridViewRowInfo

The row.

Rows

Gets the GridViewRowInfo associated with the event.

Declaration

cs-api-definition
public GridViewRowInfo[] Rows { get; }

Property Value

GridViewRowInfo[]