Provides data for the QueryHasChildRows event.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
C#
public class VirtualGridQueryHasChildRowsEventArgs : VirtualGridRowEventArgs
Inheritance: objectEventArgsVirtualGridEventArgsVirtualGridRowEventArgsVirtualGridQueryHasChildRowsEventArgs
Inherited Members
Constructors
Initializes a new instance of the VirtualGridQueryHasChildRowsEventArgs class.
C#
public VirtualGridQueryHasChildRowsEventArgs(int rowIndex, VirtualGridViewInfo viewInfo)
Index of the row.
viewInfoVirtualGridViewInfoThe view info.
Properties
Gets or sets a value indicating whether the row has child rows.
C#
public bool HasChildRows { get; set; }