ClassGridViewCreateRowEventArgs
Class
Provides data for the CreateCell event
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
cs-api-definition
public class GridViewCreateRowEventArgs : EventArgs
Inheritance: objectEventArgsGridViewCreateRowEventArgs
Inherited Members
Constructors
GridViewCreateRowEventArgs(GridViewRowInfo, Type)
Initializes a new instance of the GridViewCreateCellEventArgs class.
Declaration
cs-api-definition
public GridViewCreateRowEventArgs(GridViewRowInfo rowInfo, Type defaultRowType)
Parameters
rowInfo
The GridRowElement that will contian the newly created cell
defaultRowType
The default row type that will be used
Properties
RowElement
Gets or sets the row instance that will be added to grid row.
Declaration
cs-api-definition
public GridRowElement RowElement { get; set; }
Property Value
RowInfo
Gets the GridViewRowInfo that needs to be associated
Declaration
cs-api-definition
public GridViewRowInfo RowInfo { get; }
Property Value