ClassGridViewCreateRowInfoEventArgs
Class
Provide data information about CreateDataItem event
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
cs-api-definition
public class GridViewCreateRowInfoEventArgs : EventArgs
Inheritance: objectEventArgsGridViewCreateRowInfoEventArgs
Inherited Members
Constructors
GridViewCreateRowInfoEventArgs(GridViewRowInfo, GridViewInfo)
Initializes a new instance of the GridViewCreateRowInfoEventArgs class.
Declaration
cs-api-definition
public GridViewCreateRowInfoEventArgs(GridViewRowInfo row, GridViewInfo view)
Parameters
row
The instance of GridViewRowInfo.
view
The instance of GridViewInfo.