New to Telerik UI for WPFStart a free 30-day trial

TimeBarIntervalContainerBase specialized in displaying ItemControls.

Definition

Constructors

C#
public ItemContainer()

Methods

Creates or identifies the element that is used to display the given item.

C#
protected override DependencyObject GetContainerForItemOverride()
Returns:

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.

C#
protected override IEnumerable<TimeBarIntervalControlBase> GetHoveredChildren(Point dragStartPoint, Point dragEndPoint, UIElement subtree)
Parameters:dragStartPointPoint

The first Point that defines the Rect in which to search for TimeBarIntervalControlBase children.

dragEndPointPoint

The second Point that defines the Rect in which to search for TimeBarIntervalControlBase children.

subtreeUIElement

The 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: TimeBarIntervalContainerBase.GetHoveredChildren(Point, Point, UIElement)

Returns the collection of child TimeBarIntervalControlBase elements of the specified UIElement that intersect the specified Point.

C#
protected override IEnumerable<TimeBarIntervalControlBase> GetHoveredChildren(Point point, UIElement subtree)
Parameters:pointPoint

The Point that intersects the TimeBarIntervalControlBase children.

subtreeUIElement

The UIElement subtree to traverse.

Returns:

IEnumerable<TimeBarIntervalControlBase>

A list of child TimeBarIntervalControlBase elements of the specified UIElement that intersect the specified Point.

Overrides: TimeBarIntervalContainerBase.GetHoveredChildren(Point, UIElement)

Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.

C#
protected override AutomationPeer OnCreateAutomationPeer()
Returns:

AutomationPeer

The type-specific AutomationPeer implementation.

Raises the event. This method is invoked whenever is set to true internally.

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs

The RoutedEventArgs that contains the event data.