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

Provides data for the RowExpanding event.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

C#
public class VirtualGridRowExpandingEventArgs : VirtualGridRowExpandedEventArgs

Inheritance: objectEventArgsVirtualGridEventArgsVirtualGridRowEventArgsVirtualGridRowExpandedEventArgsVirtualGridRowExpandingEventArgs...

Inherited Members VirtualGridRowExpandedEventArgs.ChildViewInfoVirtualGridRowEventArgs.RowIndexVirtualGridEventArgs.ViewInfoEventArgs.Empty

Constructors

Initializes a new instance of the VirtualGridRowExpandingEventArgs class.

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

Index of the row.

childViewInfoVirtualGridViewInfo

The child view info.

viewInfoVirtualGridViewInfo

The view info.

Properties

Gets or sets a value indicating whether the event is canceled.

C#
public bool Cancel { get; set; }