Class TimeIntervalControlBase
Base class for all controls that visualize intervals.
Inheritance
System.Object
TimeIntervalControlBase
Namespace: Telerik.Windows.Controls.TimeBar
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public abstract class TimeIntervalControlBase : Control
Constructors
TimeIntervalControlBase()
Declaration
protected TimeIntervalControlBase()
Fields
HeaderStyleProperty
Identifies the HeaderStyle dependency property.
Declaration
public static readonly DependencyProperty HeaderStyleProperty
Field Value
System.Windows.DependencyProperty
|
Properties
HeaderStyle
Gets or sets the System.Windows.FrameworkElement.Style of the header element.
Declaration
public Style HeaderStyle { get; set; }
Property Value
System.Windows.Style
The System.Windows.Style to apply to the header element of this interval item. |