Items control, specialized in displaying groups of RadTimeline items.
Definition
Namespace:Telerik.Windows.Controls.Timeline
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
public class TimelineItemContainer : ExpandableHeaderedItemsContainer
Inheritance: objectExpandableHeaderedItemsContainerTimelineItemContainer
Inherited Members
Constructors
Initializes a new instance of the TimelineItemContainer class.
public TimelineItemContainer()
Fields
SelectionRegionControlProperty
DependencyProperty
Identifies the SelectionRegionControl dependency property.
public static readonly DependencyProperty SelectionRegionControlProperty
Properties
Gets or sets the selection region control.
public SelectionRegion SelectionRegionControl { get; set; }
The selection region control.
Methods
GetContainerForItemOverride()
DependencyObject
Gets the container for item override.
protected override DependencyObject GetContainerForItemOverride()
DependencyObject
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.
Invoked when an unhandled attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
protected override void OnLostMouseCapture(MouseEventArgs e)
The MouseEventArgs that contains event data.
Invoked when an unhandled routed event is raised on this element. Implement this method to add class handling for this event.
protected override void OnMouseLeftButtonDown(MouseButtonEventArgs e)
The MouseButtonEventArgs that contains the event data. The event data reports that the left mouse button was pressed.
Invoked when an unhandled routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
protected override void OnMouseLeftButtonUp(MouseButtonEventArgs e)
The MouseButtonEventArgs that contains the event data. The event data reports that the left mouse button was released.
Called before the event occurs.
protected override void OnMouseMove(MouseEventArgs e)
The data for the event.
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.
Overrides: