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

Provides data for the ChildViewExpanding event

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

C#
public class ChildViewExpandingEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsChildViewExpandingEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

Initializes a new instance of the ChildViewExpandingEventArgs class.

C#
public ChildViewExpandingEventArgs(GridViewHierarchyRowInfo parentRow)
Parameters:parentRowGridViewHierarchyRowInfo

Properties

Gets the expanded/collapsed state for the row.

C#
public bool IsExpanded { get; }

Gets the GridViewRowInfo" that is expanding/collapsing.

C#
public GridViewHierarchyRowInfo ParentRow { get; }