Class VirtualGridQueryHasChildRowsEventArgs
Provides data for the QueryHasChildRows event.
Inheritance
System.Object
System.EventArgs
VirtualGridQueryHasChildRowsEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class VirtualGridQueryHasChildRowsEventArgs : VirtualGridRowEventArgs
Constructors
VirtualGridQueryHasChildRowsEventArgs(Int32, VirtualGridViewInfo)
Initializes a new instance of the VirtualGridQueryHasChildRowsEventArgs class.
Declaration
public VirtualGridQueryHasChildRowsEventArgs(int rowIndex, VirtualGridViewInfo viewInfo)
Parameters
System.Int32
rowIndex
Index of the row. |
VirtualGridViewInfo
viewInfo
The view info. |
Properties
HasChildRows
Gets or sets a value indicating whether the row has child rows.
Declaration
public bool HasChildRows { get; set; }
Property Value
System.Boolean
|