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

Specialized control for displaying DateTime intervals as items.

Definition

Namespace:Telerik.Windows.Controls.Timeline

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
public class TimelinePeriodControl : TimeIntervalControlBase

Inheritance: objectTimeIntervalControlBaseTimelinePeriodControl

Inherited Members TimeIntervalControlBase.HeaderStylePropertyTimeIntervalControlBase.HeaderStyle

Constructors

Initializes a new instance of the TimelinePeriodControl class.

C#
public TimelinePeriodControl()

Fields

AlternateStyleProperty

DependencyProperty

Identifies the AlternateStyle dependency property.

C#
public static readonly DependencyProperty AlternateStyleProperty

ElementStyleProperty

DependencyProperty

Identifies the ElementStyle dependency property.

C#
public static readonly DependencyProperty ElementStyleProperty

NormalStyleProperty

DependencyProperty

Identifies the NormalStyle dependency property.

C#
public static readonly DependencyProperty NormalStyleProperty

Properties

Gets or sets the property.

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

The property.

Gets or sets the element style.

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

The element style.

Gets or sets the property.

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

The property.

Methods

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

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs

The RoutedEventArgs that contains the event data.