Class VirtualGridCreateRowEventArgs
Provides data for the CreateRowElement event.
Inheritance
System.Object
VirtualGridCreateRowEventArgs
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class VirtualGridCreateRowEventArgs
Constructors
VirtualGridCreateRowEventArgs(Int32, Type, VirtualGridViewInfo)
Initializes a new instance of the Virtual
Declaration
public VirtualGridCreateRowEventArgs(int rowIndex, Type rowType, VirtualGridViewInfo viewInfo)
Parameters
System. Index of the row. |
System. Type of the row. |
Virtual The view info. |
Properties
RowElement
Gets or sets the row element.
Declaration
public VirtualGridRowElement RowElement { get; set; }
Property Value
RowIndex
Gets the index of the row.
Declaration
public int RowIndex { get; }
Property Value
System.
|
RowType
Gets or sets the type of the row.
Declaration
public Type RowType { get; set; }
Property Value
System.
|
ViewInfo
Gets the view info of the row.
Declaration
public VirtualGridViewInfo ViewInfo { get; }