Class
ChildViewExpandingEventArgs

Provides data for the ChildViewExpanding event

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
public class ChildViewExpandingEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsChildViewExpandingEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

ChildViewExpandingEventArgs(GridViewHierarchyRowInfo)

Initializes a new instance of the ChildViewExpandingEventArgs class.

Declaration

cs-api-definition
public ChildViewExpandingEventArgs(GridViewHierarchyRowInfo parentRow)

Parameters

parentRow

GridViewHierarchyRowInfo

Properties

IsExpanded

Gets the expanded/collapsed state for the row.

Declaration

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

Property Value

bool

ParentRow

Gets the GridViewRowInfo" that is expanding/collapsing.

Declaration

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

Property Value

GridViewHierarchyRowInfo