Class
TimeIntervalControlBase

Base class for all controls that visualize intervals.

Definition

Namespace:Telerik.Windows.Controls.TimeBar

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public abstract class TimeIntervalControlBase : Control

Inheritance: objectTimeIntervalControlBase

Derived Classes: TimeBarIntervalControlBaseTimelineGroupPeriodControlTimelinePeriodControl

Constructors

TimeIntervalControlBase()

Declaration

cs-api-definition
protected TimeIntervalControlBase()

Fields

HeaderStyleProperty

Identifies the HeaderStyle dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty HeaderStyleProperty

Field Value

DependencyProperty

Properties

HeaderStyle

Gets or sets the of the header element.

Declaration

cs-api-definition
public Style HeaderStyle { get; set; }

Property Value

Style

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