ClassVirtualGridQueryHasChildRowsEventArgs
Class
Provides data for the QueryHasChildRows event.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
cs-api-definition
public class VirtualGridQueryHasChildRowsEventArgs : VirtualGridRowEventArgs
Inheritance: objectEventArgsVirtualGridEventArgsVirtualGridRowEventArgsVirtualGridQueryHasChildRowsEventArgs
Inherited Members
Constructors
VirtualGridQueryHasChildRowsEventArgs(int, VirtualGridViewInfo)
Initializes a new instance of the VirtualGridQueryHasChildRowsEventArgs class.
Declaration
cs-api-definition
public VirtualGridQueryHasChildRowsEventArgs(int rowIndex, VirtualGridViewInfo viewInfo)
Parameters
rowIndex
Index of the row.
viewInfo
The view info.
Properties
HasChildRows
Gets or sets a value indicating whether the row has child rows.