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