Class
GridViewCreateRowEventArgs

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 EventArgs.Empty

Constructors

GridViewCreateRowEventArgs(GridViewRowInfo, Type)

Initializes a new instance of the GridViewCreateCellEventArgs class.

Declaration

cs-api-definition
public GridViewCreateRowEventArgs(GridViewRowInfo rowInfo, Type defaultRowType)

Parameters

rowInfo

GridViewRowInfo

The GridRowElement that will contian the newly created cell

defaultRowType

Type

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

GridRowElement

RowInfo

Gets the GridViewRowInfo that needs to be associated

Declaration

cs-api-definition
public GridViewRowInfo RowInfo { get; }

Property Value

GridViewRowInfo

RowType

Gets ot sets the type of the GridRowElement that will be created for the specified row and column

Declaration

cs-api-definition
public Type RowType { get; set; }

Property Value

Type