Provides data for the ChildViewExpanded event
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
C#
public class ChildViewExpandedEventArgs : EventArgs
Inheritance: objectEventArgsChildViewExpandedEventArgs
Inherited Members
Constructors
Initializes a new instance of the ChildViewExpandedEventArgs class.
C#
public ChildViewExpandedEventArgs(GridViewHierarchyRowInfo parentRow)
The GridViewHierarchyRowInfo that was expanded/collapsed.
Properties
Gets the GridViewDetailsRowInfo associated with the currently expanded/collapsed row.
C#
public GridViewDetailsRowInfo ChildRow { get; }
Gets the child GridViewInfo for the currenlty expanded/collapsed row.
C#
public GridViewInfo ChildViewInfo { get; }
Gets the expanded state for the row.
C#
public bool IsExpanded { get; }
Gets the GridViewRowInfo that was expanded.
C#
public GridViewRowInfo ParentRow { get; }