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

Base class for all interval containers.

Definition

Namespace:Telerik.Windows.Controls.TimeBar

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
public abstract class TimeIntervalContainerBase : ItemsControl

Inheritance: objectTimeIntervalContainerBase

Derived Classes: TimeBarIntervalContainerBaseTimelineGroupPeriodContainerTimelinePeriodContainer

Constructors

C#
protected TimeIntervalContainerBase()

Fields

ItemHeaderStyleProperty

DependencyProperty

Identifies the ItemHeaderStyle dependency property.

C#
public static readonly DependencyProperty ItemHeaderStyleProperty

Properties

Gets or sets the HeaderStyle for every interval item.

C#
public Style ItemHeaderStyle { get; set; }
Property Value:

The HeaderStyle for every period item.

Methods

When overridden in a derived class, is invoked whenever application code or internal processes call .

C#
public override void OnApplyTemplate()

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.