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
Constructors
Initializes a new instance of the ChildViewExpandingEventArgs class.
C#
public ChildViewExpandingEventArgs(GridViewHierarchyRowInfo parentRow)
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; }