Provides data for the CreateRowElement event.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
C#
public class VirtualGridCreateRowEventArgs
Inheritance: objectVirtualGridCreateRowEventArgs
Constructors
Initializes a new instance of the VirtualGridCreateRowEventArgs class.
C#
public VirtualGridCreateRowEventArgs(int rowIndex, Type rowType, VirtualGridViewInfo viewInfo)
Index of the row.
rowTypeTypeType of the row.
viewInfoVirtualGridViewInfoThe view info.
Properties
Gets or sets the row element.
C#
public VirtualGridRowElement RowElement { get; set; }
Gets the view info of the row.
C#
public VirtualGridViewInfo ViewInfo { get; }