Class
GridViewCreateRowInfoEventArgs

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

Constructors

GridViewCreateRowInfoEventArgs(GridViewRowInfo, GridViewInfo)

Initializes a new instance of the GridViewCreateRowInfoEventArgs class.

Declaration

cs-api-definition
public GridViewCreateRowInfoEventArgs(GridViewRowInfo row, GridViewInfo view)

Parameters

row

GridViewRowInfo

The instance of GridViewRowInfo.

view

GridViewInfo

The instance of GridViewInfo.

Properties

RowInfo

Gets or sets the row info.

Declaration

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

Property Value

GridViewRowInfo

The row info.

ViewInfo

Gets the view info.

Declaration

cs-api-definition
public GridViewInfo ViewInfo { get; }

Property Value

GridViewInfo

The view info.