ClassTimelineItemGroupControl
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
TimelineItemGroupControl()
Initializes a new instance of the TimelineItemGroupControl class.
Declaration
public TimelineItemGroupControl()
Fields
DataGroupsProperty
Identifies the DataGroups dependency property.
Declaration
public static readonly DependencyProperty DataGroupsProperty
Field Value
DependencyProperty
Methods
ClearContainerForItemOverride(DependencyObject, object)
Clears the specified element from the specified item.
Declaration
protected override void ClearContainerForItemOverride(DependencyObject element, object item)
Parameters
element
DependencyObject
Element used to display the specified item.
item
Specified item.
OnCreateAutomationPeer()
Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
The type-specific AutomationPeer implementation.
OnInitialized(EventArgs)
Raises the event. This method is invoked whenever is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.
Overrides
PrepareContainerForItemOverride(DependencyObject, object)
Prepares the specified element to display the specified item.
Declaration
protected override void PrepareContainerForItemOverride(DependencyObject element, object item)
Parameters
element
DependencyObject
Element used to display the specified item.
item
Specified item.