New to Telerik UI for WinFormsStart a free 30-day trial

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 VirtualGridRowEventArgs.RowIndexVirtualGridEventArgs.ViewInfoEventArgs.Empty

Constructors

Initializes a new instance of the VirtualGridQueryHasChildRowsEventArgs class.

C#
public VirtualGridQueryHasChildRowsEventArgs(int rowIndex, VirtualGridViewInfo viewInfo)
Parameters:rowIndexint

Index of the row.

viewInfoVirtualGridViewInfo

The view info.

Properties

Gets or sets a value indicating whether the row has child rows.

C#
public bool HasChildRows { get; set; }