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