GroupContainer
TimeBarIntervalContainerBase specialized in displaying GroupControls.
Definition
Namespace:Telerik.Windows.Controls.TimeBar
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
public class GroupContainer : TimeBarIntervalContainerBase, IRangeSelector<DateTime>
Inheritance: objectTimeIntervalContainerBaseTimeBarIntervalContainerBaseGroupContainer
Implements:
Inherited Members
Constructors
public GroupContainer()
Methods
GetContainerForItemOverride()
DependencyObject
Creates or identifies the element that is used to display the given item.
protected override DependencyObject GetContainerForItemOverride()
DependencyObject
The element that is used to display the given item.
Returns the collection of child TimeBarIntervalControlBase elements of the specified UIElement that intersect the Rect defined by the specified start and end Points.
protected override IEnumerable<TimeBarIntervalControlBase> GetHoveredChildren(Point dragStartPoint, Point dragEndPoint, UIElement subtree)
The first Point that defines the Rect in which to search for TimeBarIntervalControlBase children.
dragEndPointPointThe second Point that defines the Rect in which to search for TimeBarIntervalControlBase children.
subtreeUIElementThe UIElement subtree to traverse.
Returns:IEnumerable<TimeBarIntervalControlBase>
A list of child TimeBarIntervalControlBase elements of the specified UIElement that intersect the Rect defined by the specified start and end Points.
Overrides:
Returns the collection of child TimeBarIntervalControlBase elements of the specified UIElement that intersect the specified Point.
protected override IEnumerable<TimeBarIntervalControlBase> GetHoveredChildren(Point point, UIElement subtree)
The Point that intersects the TimeBarIntervalControlBase children.
subtreeUIElementThe UIElement subtree to traverse.
Returns:IEnumerable<TimeBarIntervalControlBase>
A list of child TimeBarIntervalControlBase elements of the specified UIElement that intersect the specified Point.
Overrides:
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.