ClassVirtualGridRowExpandingEventArgs
Class
Provides data for the RowExpanding event.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
cs-api-definition
public class VirtualGridRowExpandingEventArgs : VirtualGridRowExpandedEventArgs
Inheritance: objectEventArgsVirtualGridEventArgsVirtualGridRowEventArgsVirtualGridRowExpandedEventArgsVirtualGridRowExpandingEventArgs
Inherited Members
Constructors
VirtualGridRowExpandingEventArgs(int, VirtualGridViewInfo, VirtualGridViewInfo)
Initializes a new instance of the VirtualGridRowExpandingEventArgs class.
Declaration
cs-api-definition
public VirtualGridRowExpandingEventArgs(int rowIndex, VirtualGridViewInfo childViewInfo, VirtualGridViewInfo viewInfo)
Parameters
rowIndex
Index of the row.
childViewInfo
The child view info.
viewInfo
The view info.