A HeaderedItemsControl used to create interactive Expand/Collapse control.
Definition
Namespace:Telerik.Windows.Controls.Timeline
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
public class ExpandableHeaderedItemsControl : HeaderedItemsControl
Inheritance: objectExpandableHeaderedItemsControl
Derived Classes:
Constructors
Initializes a new instance of the ExpandableHeaderedItemsControl class.
public ExpandableHeaderedItemsControl()
Fields
CollapsedEvent
RoutedEvent
Occurs when the ContentElement is Collapsed.
public static readonly RoutedEvent CollapsedEvent
ExpandedEvent
RoutedEvent
Occurs when the ContentElement is Expanded.
public static readonly RoutedEvent ExpandedEvent
ExpandModeProperty
DependencyProperty
Identifies the ExpandMode dependency property.
public static readonly DependencyProperty ExpandModeProperty
IsExpandedProperty
DependencyProperty
Identifies the IsExpanded dependency property.
public static readonly DependencyProperty IsExpandedProperty
PreviewCollapsedEvent
RoutedEvent
Identifies the PreviewCollapsed property.
public static readonly RoutedEvent PreviewCollapsedEvent
PreviewExpandedEvent
RoutedEvent
Identifies the PreviewExpanded property.
public static readonly RoutedEvent PreviewExpandedEvent
Properties
Gets or sets the expand mode.
public GroupExpandMode ExpandMode { get; set; }
The expand mode.
Gets or sets a value, indicating whether the content element is expanded.
public bool IsExpanded { get; set; }
A value, indicating whether the content element is expanded.
Methods
Invoked whenever application code or internal processes (such as a rebuilding layout pass) call .
public override void OnApplyTemplate()
Raises the event. This method is invoked whenever is set to true internally.
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.
Events
Occurs when the content is Collapsed.
public event RadRoutedEventHandler Collapsed
Occurs when the content Expanded.
public event RadRoutedEventHandler Expanded
Occurs when the content will be Collapsed. If the event handler set True for the Handled property then the content will not collapse.
public event RadRoutedEventHandler PreviewCollapsed
Occurs when the content will be Expanded. If the event handler set True for the Handled property then the content will not expand.
public event RadRoutedEventHandler PreviewExpanded