Class VirtualGridRowEventArgs
Provides data for row related events.
Inherited Members
System.EventArgs.Empty
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 VirtualGridRowEventArgs : VirtualGridEventArgs
Constructors
VirtualGridRowEventArgs(Int32, VirtualGridViewInfo)
Initializes a new instance of the VirtualGridRowEventArgs class.
Declaration
public VirtualGridRowEventArgs(int rowIndex, VirtualGridViewInfo viewInfo)
Parameters
System.Int32
rowIndex
Index of the row. |
VirtualGridViewInfo
viewInfo
The view info. |
Properties
RowIndex
Gets the index of the row.
Declaration
public int RowIndex { get; }
Property Value
System.Int32
|