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:
Constructors
C#
protected TimeIntervalControlBase()
Fields
HeaderStyleProperty
DependencyProperty
Identifies the HeaderStyle dependency property.
C#
public static readonly DependencyProperty HeaderStyleProperty
Properties
HeaderStyle
Style
Gets or sets the of the header element.
C#
public Style HeaderStyle { get; set; }
The Style to apply to the header element of this interval item.