New to Telerik UI for WinFormsStart a free 30-day trial

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

Constructors

Initializes a new instance of the GridViewCreateRowInfoEventArgs class.

C#
public GridViewCreateRowInfoEventArgs(GridViewRowInfo row, GridViewInfo view)
Parameters:rowGridViewRowInfo

The instance of GridViewRowInfo.

viewGridViewInfo

The instance of GridViewInfo.

Properties

Gets or sets the row info.

C#
public GridViewRowInfo RowInfo { get; set; }
Property Value:

The row info.

Gets the view info.

C#
public GridViewInfo ViewInfo { get; }
Property Value:

The view info.