Class PivotGroupHeader
Allows a user to view a header and expand that header to see further details, or to collapse a section up to a header.
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Pivot.dll
Syntax
public class PivotGroupHeader : PivotHeader
Constructors
PivotGroupHeader()
Fields
IsExpandedProperty
Identifies the IsExpanded dependency property.
Declaration
public static readonly DependencyProperty IsExpandedProperty
Field Value
System.Windows.DependencyProperty
|
Properties
IsExpanded
Gets or sets whether the details are expanded or collapsed.
Declaration
public bool IsExpanded { get; set; }
Property Value
System.Boolean
|
Methods
ChangeVisualState(Boolean)
Updates the visual state of the control.
Declaration
protected virtual void ChangeVisualState(bool useTransitions)
Parameters
System.Boolean
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
System.Windows.Automation.Peers.AutomationPeer
|
Overrides
OnMouseLeftButtonDown(MouseButtonEventArgs)
Declaration
protected override void OnMouseLeftButtonDown(MouseButtonEventArgs e)
Parameters
System.Windows.Input.MouseButtonEventArgs
e
|
Overrides
Events
IsExpandedChanged
Occurs when the value of the IsExpanded property on this element changes.
Declaration
public event EventHandler<ExpandCollapseEventArgs> IsExpandedChanged
Event Type
System.EventHandler<ExpandCollapseEventArgs>
|