ClassVirtualGridCreateRowEventArgs
Class
Provides data for the CreateRowElement event.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
cs-api-definition
public class VirtualGridCreateRowEventArgs
Inheritance: objectVirtualGridCreateRowEventArgs
Constructors
VirtualGridCreateRowEventArgs(int, Type, VirtualGridViewInfo)
Initializes a new instance of the VirtualGridCreateRowEventArgs class.
Declaration
cs-api-definition
public VirtualGridCreateRowEventArgs(int rowIndex, Type rowType, VirtualGridViewInfo viewInfo)
Parameters
rowIndex
Index of the row.
rowType
Type of the row.
viewInfo
The view info.
Properties
RowElement
Gets or sets the row element.
Declaration
cs-api-definition
public VirtualGridRowElement RowElement { get; set; }
Property Value
RowIndex
Gets the index of the row.
RowType
Gets or sets the type of the row.
ViewInfo
Gets the view info of the row.
Declaration
cs-api-definition
public VirtualGridViewInfo ViewInfo { get; }
Property Value