Specialized control for displaying groups of RadTimeline items.
Definition
Namespace:Telerik.Windows.Controls.Timeline
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
public class TimelineItemGroupControl : ExpandableHeaderedItemsControl
Inheritance: objectExpandableHeaderedItemsControlTimelineItemGroupControl
Inherited Members
Constructors
Initializes a new instance of the TimelineItemGroupControl class.
public TimelineItemGroupControl()
Fields
DataGroupsProperty
DependencyProperty
Identifies the DataGroups dependency property.
public static readonly DependencyProperty DataGroupsProperty
Methods
Clears the specified element from the specified item.
protected override void ClearContainerForItemOverride(DependencyObject element, object item)
Element used to display the specified item.
itemobjectSpecified item.
OnCreateAutomationPeer()
AutomationPeer
Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.
protected override AutomationPeer OnCreateAutomationPeer()
AutomationPeer
The type-specific AutomationPeer implementation.
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.
Overrides:
Prepares the specified element to display the specified item.
protected override void PrepareContainerForItemOverride(DependencyObject element, object item)
Element used to display the specified item.
itemobjectSpecified item.