Provide data information about CreateDataItem event
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
C#
public class GridViewCreateRowInfoEventArgs : EventArgs
Inheritance: objectEventArgsGridViewCreateRowInfoEventArgs
Inherited Members
Constructors
Initializes a new instance of the GridViewCreateRowInfoEventArgs class.
C#
public GridViewCreateRowInfoEventArgs(GridViewRowInfo row, GridViewInfo view)
The instance of GridViewRowInfo.
viewGridViewInfoThe instance of GridViewInfo.
Properties
Gets or sets the row info.
C#
public GridViewRowInfo RowInfo { get; set; }
The row info.
Gets the view info.
C#
public GridViewInfo ViewInfo { get; }
The view info.