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

Provides data for the RowExpanded event.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

C#
public class VirtualGridRowExpandedEventArgs : VirtualGridRowEventArgs

Inheritance: objectEventArgsVirtualGridEventArgsVirtualGridRowEventArgsVirtualGridRowExpandedEventArgs

Derived Classes: VirtualGridRowExpandingEventArgs

Inherited Members VirtualGridRowEventArgs.RowIndexVirtualGridEventArgs.ViewInfoEventArgs.Empty

Constructors

Initializes a new instance of the VirtualGridRowExpandedEventArgs class.

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

Index of the row.

childViewInfoVirtualGridViewInfo

The child view info.

viewInfoVirtualGridViewInfo

The view info.

Properties

Gets the child view info of the row.

C#
public VirtualGridViewInfo ChildViewInfo { get; }