Class VirtualGridRowExpandingEventArgs
Provides data for the RowExpanding event.
Inheritance
System.Object
System.EventArgs
VirtualGridRowExpandingEventArgs
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 VirtualGridRowExpandingEventArgs : VirtualGridRowExpandedEventArgs
Constructors
VirtualGridRowExpandingEventArgs(Int32, VirtualGridViewInfo, VirtualGridViewInfo)
Initializes a new instance of the VirtualGridRowExpandingEventArgs class.
Declaration
public VirtualGridRowExpandingEventArgs(int rowIndex, VirtualGridViewInfo childViewInfo, VirtualGridViewInfo viewInfo)
Parameters
System.Int32
rowIndex
Index of the row. |
VirtualGridViewInfo
childViewInfo
The child view info. |
VirtualGridViewInfo
viewInfo
The view info. |
Properties
Cancel
Gets or sets a value indicating whether the event is canceled.
Declaration
public bool Cancel { get; set; }
Property Value
System.Boolean
|