ClassVirtualGridRowExpandedEventArgs
Class
Provides data for the RowExpanded event.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
cs-api-definition
public class VirtualGridRowExpandedEventArgs : VirtualGridRowEventArgs
Inheritance: objectEventArgsVirtualGridEventArgsVirtualGridRowEventArgsVirtualGridRowExpandedEventArgs
Derived Classes:
Inherited Members
Constructors
VirtualGridRowExpandedEventArgs(int, VirtualGridViewInfo, VirtualGridViewInfo)
Initializes a new instance of the VirtualGridRowExpandedEventArgs class.
Declaration
cs-api-definition
public VirtualGridRowExpandedEventArgs(int rowIndex, VirtualGridViewInfo childViewInfo, VirtualGridViewInfo viewInfo)
Parameters
rowIndex
Index of the row.
childViewInfo
The child view info.
viewInfo
The view info.
Properties
ChildViewInfo
Gets the child view info of the row.
Declaration
cs-api-definition
public VirtualGridViewInfo ChildViewInfo { get; }
Property Value