Class
VirtualGridRowExpandedEventArgs

Provides data for the RowExpanded event.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
public class VirtualGridRowExpandedEventArgs : VirtualGridRowEventArgs

Inheritance: objectEventArgsVirtualGridEventArgsVirtualGridRowEventArgsVirtualGridRowExpandedEventArgs

Derived Classes: VirtualGridRowExpandingEventArgs

Inherited Members VirtualGridRowEventArgs.RowIndexVirtualGridEventArgs.ViewInfoEventArgs.Empty

Constructors

VirtualGridRowExpandedEventArgs(int, VirtualGridViewInfo, VirtualGridViewInfo)

Initializes a new instance of the VirtualGridRowExpandedEventArgs class.

Declaration

cs-api-definition
public VirtualGridRowExpandedEventArgs(int rowIndex, VirtualGridViewInfo childViewInfo, VirtualGridViewInfo viewInfo)

Parameters

rowIndex

int

Index of the row.

childViewInfo

VirtualGridViewInfo

The child view info.

viewInfo

VirtualGridViewInfo

The view info.

Properties

ChildViewInfo

Gets the child view info of the row.

Declaration

cs-api-definition
public VirtualGridViewInfo ChildViewInfo { get; }

Property Value

VirtualGridViewInfo