ClassChildViewExpandedEventArgs
Class
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
Constructors
ChildViewExpandedEventArgs(GridViewHierarchyRowInfo)
Initializes a new instance of the ChildViewExpandedEventArgs class.
Declaration
cs-api-definition
public ChildViewExpandedEventArgs(GridViewHierarchyRowInfo parentRow)
Parameters
parentRow
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
ChildViewInfo
Gets the child GridViewInfo for the currenlty expanded/collapsed row.
Declaration
cs-api-definition
public GridViewInfo ChildViewInfo { get; }
Property Value
IsExpanded
Gets the expanded state for the row.
ParentRow
Gets the GridViewRowInfo that was expanded.
Declaration
cs-api-definition
public GridViewRowInfo ParentRow { get; }
Property Value