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:
Inherited Members
Constructors
Initializes a new instance of the GridViewRowItemEventArgs class.
C#
public GridViewRowItemEventArgs(GridViewRowItem row, GridViewDataControl gridViewDataControl)
The row.
gridViewDataControlGridViewDataControlThe grid view data control.
Properties
Gets the data element for the row being loaded.
C#
public object DataElement { get; }
The data element.
The grid view items control holding the row being loaded.
C#
public GridViewDataControl GridViewDataControl { get; }
The grid view items control.
The row being loaded.
C#
public GridViewRowItem Row { get; }
The row.