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

Hold data about GridViewRowItem.

Definition

Namespace:Telerik.Windows.Controls.GridView

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

C#
public class GridViewRowItemEventArgs : EventArgs

Inheritance: objectEventArgsGridViewRowItemEventArgs

Derived Classes: RowLoadedEventArgsRowUnloadedEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the GridViewRowItemEventArgs class.

C#
public GridViewRowItemEventArgs(GridViewRowItem row, GridViewDataControl gridViewDataControl)
Parameters:rowGridViewRowItem

The row.

gridViewDataControlGridViewDataControl

The grid view data control.

Properties

Gets the data element for the row being loaded.

C#
public object DataElement { get; }
Property Value:

The data element.

The grid view items control holding the row being loaded.

C#
public GridViewDataControl GridViewDataControl { get; }
Property Value:

The grid view items control.

The row being loaded.

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

The row.