PivotGroupHeader
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
Assembly:Telerik.Windows.Controls.Pivot.dll
Syntax:
C#
public class PivotGroupHeader : PivotHeader
Inheritance: objectPivotHeaderPivotGroupHeader
Derived Classes:
Inherited Members
Constructors
Initializes a new instance of the PivotGroupHeader class.
C#
public PivotGroupHeader()
Fields
IsExpandedProperty
DependencyProperty
Identifies the IsExpanded dependency property.
C#
public static readonly DependencyProperty IsExpandedProperty
Properties
Gets or sets whether the details are expanded or collapsed.
C#
public bool IsExpanded { get; set; }
Methods
Updates the visual state of the control.
C#
protected virtual void ChangeVisualState(bool useTransitions)
True to use a VisualTransition to transition between states; otherwise, false.
C#
public override void OnApplyTemplate()
OnCreateAutomationPeer()
AutomationPeer
C#
protected override AutomationPeer OnCreateAutomationPeer()
AutomationPeer
Overrides:
C#
protected override void OnMouseLeftButtonDown(MouseButtonEventArgs e)
Overrides:
Events
Occurs when the value of the IsExpanded property on this element changes.
C#
public event EventHandler<ExpandCollapseEventArgs> IsExpandedChanged