ClassTreeGridRowGroupHeader
Class
Allows a user to view a header and expand that header to see further details, or to collapse a section up to a header.
Definition
Namespace:Telerik.Windows.Controls.Pivot
Assembly:Telerik.Windows.Controls.Pivot.dll
Syntax:
cs-api-definition
public class TreeGridRowGroupHeader : PivotGroupHeader
Inheritance: objectPivotHeaderPivotGroupHeaderTreeGridRowGroupHeader
Inherited Members
Constructors
TreeGridRowGroupHeader()
Initializes a new instance of the TreeGridRowGroupHeader class.
Declaration
cs-api-definition
public TreeGridRowGroupHeader()
Methods
OnCreateAutomationPeer()
Declaration
cs-api-definition
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
Overrides
OnInitialized(EventArgs)
Declaration
cs-api-definition
protected override void OnInitialized(EventArgs e)
Parameters
e
Overrides