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

Base class for all controls that visualize intervals.

Definition

Namespace:Telerik.Windows.Controls.TimeBar

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
public abstract class TimeIntervalControlBase : Control

Inheritance: objectTimeIntervalControlBase

Derived Classes: TimeBarIntervalControlBaseTimelineGroupPeriodControlTimelinePeriodControl

Constructors

C#
protected TimeIntervalControlBase()

Fields

HeaderStyleProperty

DependencyProperty

Identifies the HeaderStyle dependency property.

C#
public static readonly DependencyProperty HeaderStyleProperty

Properties

Gets or sets the of the header element.

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

The Style to apply to the header element of this interval item.