Class
ChildViewExpandedEventArgs

Provides data for the ChildViewExpanded event

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
public class ChildViewExpandedEventArgs : EventArgs

Inheritance: objectEventArgsChildViewExpandedEventArgs

Inherited Members EventArgs.Empty

Constructors

ChildViewExpandedEventArgs(GridViewHierarchyRowInfo)

Initializes a new instance of the ChildViewExpandedEventArgs class.

Declaration

cs-api-definition
public ChildViewExpandedEventArgs(GridViewHierarchyRowInfo parentRow)

Parameters

parentRow

GridViewHierarchyRowInfo

The GridViewHierarchyRowInfo that was expanded/collapsed.

Properties

ChildRow

Gets the GridViewDetailsRowInfo associated with the currently expanded/collapsed row.

Declaration

cs-api-definition
public GridViewDetailsRowInfo ChildRow { get; }

Property Value

GridViewDetailsRowInfo

ChildViewInfo

Gets the child GridViewInfo for the currenlty expanded/collapsed row.

Declaration

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

Property Value

GridViewInfo

IsExpanded

Gets the expanded state for the row.

Declaration

cs-api-definition
public bool IsExpanded { get; }

Property Value

bool

ParentRow

Gets the GridViewRowInfo that was expanded.

Declaration

cs-api-definition
public GridViewRowInfo ParentRow { get; }

Property Value

GridViewRowInfo