ClassGridViewRowItemEventArgs
Class
Hold data about GridViewRowItem.
Definition
Namespace:Telerik.Windows.Controls.GridView
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
cs-api-definition
public class GridViewRowItemEventArgs : EventArgs
Inheritance: objectEventArgsGridViewRowItemEventArgs
Derived Classes:
Inherited Members
Constructors
GridViewRowItemEventArgs(GridViewRowItem, GridViewDataControl)
Initializes a new instance of the GridViewRowItemEventArgs class.
Declaration
cs-api-definition
public GridViewRowItemEventArgs(GridViewRowItem row, GridViewDataControl gridViewDataControl)
Parameters
row
The row.
gridViewDataControl
The grid view data control.
Properties
DataElement
Gets the data element for the row being loaded.
Declaration
cs-api-definition
public object DataElement { get; }
Property Value
The data element.
GridViewDataControl
The grid view items control holding the row being loaded.
Declaration
cs-api-definition
public GridViewDataControl GridViewDataControl { get; }
Property Value
The grid view items control.
Row
The row being loaded.
Declaration
cs-api-definition
public GridViewRowItem Row { get; }
Property Value
The row.