ClassChildViewExpandingEventArgs
Class
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
Constructors
ChildViewExpandingEventArgs(GridViewHierarchyRowInfo)
Initializes a new instance of the ChildViewExpandingEventArgs class.
Declaration
cs-api-definition
public ChildViewExpandingEventArgs(GridViewHierarchyRowInfo parentRow)
Parameters
parentRow
Properties
IsExpanded
Gets the expanded/collapsed state for the row.
ParentRow
Gets the GridViewRowInfo" that is expanding/collapsing.
Declaration
cs-api-definition
public GridViewHierarchyRowInfo ParentRow { get; }
Property Value