ClassTimelinePeriodControl
Specialized control for displaying DateTime intervals as items.
Definition
Namespace:Telerik.Windows.Controls.Timeline
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
public class TimelinePeriodControl : TimeIntervalControlBase
Inheritance: objectTimeIntervalControlBaseTimelinePeriodControl
Inherited Members
Constructors
TimelinePeriodControl()
Initializes a new instance of the TimelinePeriodControl class.
Declaration
public TimelinePeriodControl()
Fields
AlternateStyleProperty
Identifies the AlternateStyle dependency property.
Declaration
public static readonly DependencyProperty AlternateStyleProperty
Field Value
DependencyProperty
ElementStyleProperty
Identifies the ElementStyle dependency property.
Declaration
public static readonly DependencyProperty ElementStyleProperty
Field Value
DependencyProperty
NormalStyleProperty
Identifies the NormalStyle dependency property.
Declaration
public static readonly DependencyProperty NormalStyleProperty
Field Value
DependencyProperty
Properties
AlternateStyle
Gets or sets the property.
Declaration
public Style AlternateStyle { get; set; }
Property Value
Style
The property.
ElementStyle
Gets or sets the element style.
Declaration
public Style ElementStyle { get; set; }
Property Value
Style
The element style.
NormalStyle
Gets or sets the property.
Declaration
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
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.