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