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

Definition

Namespace:Telerik.Windows.Controls.Timeline

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
public class TimelinePeriodContainer : TimeIntervalContainerBase

Inheritance: objectTimeIntervalContainerBaseTimelinePeriodContainer

Inherited Members TimeIntervalContainerBase.ItemHeaderStylePropertyTimeIntervalContainerBase.OnApplyTemplate()TimeIntervalContainerBase.ItemHeaderStyle

Constructors

C#
public TimelinePeriodContainer()

Methods

Gets the container for item override.

C#
protected override DependencyObject GetContainerForItemOverride()
Returns:

DependencyObject

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.

Prepares the specified element to display the specified item.

C#
protected override void PrepareContainerForItemOverride(DependencyObject element, object item)
Parameters:elementDependencyObject

Element used to display the specified item.

itemobject

Specified item.

Overrides: TimeIntervalContainerBase.PrepareContainerForItemOverride(DependencyObject, object)