Class PeriodSpanControlAdapter
Provides implementation of IPeriod
Inheritance
Namespace: Telerik.Windows.Controls.TimeBar
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public abstract class PeriodSpanControlAdapter : Control, IPeriodSpan
Constructors
PeriodSpanControlAdapter()
Declaration
protected PeriodSpanControlAdapter()
Fields
EndDateProperty
Identifies the End
Declaration
public static readonly DependencyProperty EndDateProperty
Field Value
System.
|
StartDateProperty
Identifies the Start
Declaration
public static readonly DependencyProperty StartDateProperty
Field Value
System.
|
Properties
EndDate
Gets or sets the end date of the Period
Declaration
public DateTime EndDate { get; set; }
Property Value
System. The end date of the Period |
Implements
Interval
Gets the time interval of the Period
Declaration
public TimeSpan Interval { get; }
Property Value
System. The time interval of the Period |
Implements
StartDate
Gets or sets the start date of the Period
Declaration
public DateTime StartDate { get; set; }
Property Value
System. The start date of the Period |
Implements
Methods
OnIntervalChanged()
Called when the Interval of the Period
Declaration
protected virtual void OnIntervalChanged()