Class
TimelinePeriodControl

Specialized control for displaying DateTime intervals as items.

Definition

Namespace:Telerik.Windows.Controls.Timeline

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public class TimelinePeriodControl : TimeIntervalControlBase

Inheritance: objectTimeIntervalControlBaseTimelinePeriodControl

Inherited Members TimeIntervalControlBase.HeaderStylePropertyTimeIntervalControlBase.HeaderStyle

Constructors

TimelinePeriodControl()

Initializes a new instance of the TimelinePeriodControl class.

Declaration

cs-api-definition
public TimelinePeriodControl()

Fields

AlternateStyleProperty

Identifies the AlternateStyle dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty AlternateStyleProperty

Field Value

DependencyProperty

ElementStyleProperty

Identifies the ElementStyle dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ElementStyleProperty

Field Value

DependencyProperty

NormalStyleProperty

Identifies the NormalStyle dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty NormalStyleProperty

Field Value

DependencyProperty

Properties

AlternateStyle

Gets or sets the property.

Declaration

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

Property Value

Style

The property.

ElementStyle

Gets or sets the element style.

Declaration

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

Property Value

Style

The element style.

NormalStyle

Gets or sets the property.

Declaration

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

Property Value

Style

The property.

Methods

OnInitialized(EventArgs)

Raises the event. This method is invoked whenever is set to true internally.

Declaration

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs

The RoutedEventArgs that contains the event data.