Class PeriodSpanControlAdapter
Provides implementation of IPeriodSpan interface for a System.Windows.Controls.Control class.
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 EndDate dependency property.
Declaration
public static readonly DependencyProperty EndDateProperty
Field Value
System.Windows.DependencyProperty
|
StartDateProperty
Identifies the StartDate dependency property.
Declaration
public static readonly DependencyProperty StartDateProperty
Field Value
System.Windows.DependencyProperty
|
Properties
EndDate
Gets or sets the end date of the PeriodSpanControlAdapter.
Declaration
public DateTime EndDate { get; set; }
Property Value
System.DateTime
The end date of the PeriodSpanControlAdapter. |
Implements
Interval
Gets the time interval of the PeriodSpanControlAdapter.
Declaration
public TimeSpan Interval { get; }
Property Value
System.TimeSpan
The time interval of the PeriodSpanControlAdapter. |
Implements
StartDate
Gets or sets the start date of the PeriodSpanControlAdapter.
Declaration
public DateTime StartDate { get; set; }
Property Value
System.DateTime
The start date of the PeriodSpanControlAdapter. |
Implements
Methods
OnIntervalChanged()
Called when the Interval of the PeriodSpanControlAdapter changes.
Declaration
protected virtual void OnIntervalChanged()