Class ChildViewExpandingEventArgs
Provides data for the ChildViewExpanding event
Inheritance
System.Object
ChildViewExpandingEventArgs
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class ChildViewExpandingEventArgs : CancelEventArgs
Constructors
ChildViewExpandingEventArgs(GridViewHierarchyRowInfo)
Initializes a new instance of the ChildViewExpandingEventArgs class.
Declaration
public ChildViewExpandingEventArgs(GridViewHierarchyRowInfo parentRow)
Parameters
GridViewHierarchyRowInfo
parentRow
|
Properties
IsExpanded
Gets the expanded/collapsed state for the row.
Declaration
public bool IsExpanded { get; }
Property Value
System.Boolean
|
ParentRow
Gets the GridViewRowInfo" that is expanding/collapsing.
Declaration
public GridViewHierarchyRowInfo ParentRow { get; }
Property Value
GridViewHierarchyRowInfo
|