Class VirtualGridRowExpandedEventArgs
Provides data for the RowExpanded event.
Inheritance
System.Object
System.EventArgs
VirtualGridRowExpandedEventArgs
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 VirtualGridRowExpandedEventArgs : VirtualGridRowEventArgs
Constructors
VirtualGridRowExpandedEventArgs(Int32, VirtualGridViewInfo, VirtualGridViewInfo)
Initializes a new instance of the VirtualGridRowExpandedEventArgs class.
Declaration
public VirtualGridRowExpandedEventArgs(int rowIndex, VirtualGridViewInfo childViewInfo, VirtualGridViewInfo viewInfo)
Parameters
System.Int32
rowIndex
Index of the row. |
VirtualGridViewInfo
childViewInfo
The child view info. |
VirtualGridViewInfo
viewInfo
The view info. |
Properties
ChildViewInfo
Gets the child view info of the row.
Declaration
public VirtualGridViewInfo ChildViewInfo { get; }
Property Value
VirtualGridViewInfo
|