Provides implementation of IPeriodSpan interface for a Control class.
Definition
Namespace:Telerik.Windows.Controls.TimeBar
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
public abstract class PeriodSpanControlAdapter : Control, IPeriodSpan
Inheritance: objectPeriodSpanControlAdapter
Derived Classes:
Implements:
Constructors
protected PeriodSpanControlAdapter()
Fields
EndDateProperty
DependencyProperty
Identifies the EndDate dependency property.
public static readonly DependencyProperty EndDateProperty
StartDateProperty
DependencyProperty
Identifies the StartDate dependency property.
public static readonly DependencyProperty StartDateProperty
Properties
Gets or sets the end date of the PeriodSpanControlAdapter.
public DateTime EndDate { get; set; }
The end date of the PeriodSpanControlAdapter.
Implements:
Gets the time interval of the PeriodSpanControlAdapter.
[Browsable(false)]
public TimeSpan Interval { get; }
The time interval of the PeriodSpanControlAdapter.
Implements:
Gets or sets the start date of the PeriodSpanControlAdapter.
public DateTime StartDate { get; set; }
The start date of the PeriodSpanControlAdapter.
Implements:
Methods
Called when the Interval of the PeriodSpanControlAdapter changes.
protected virtual void OnIntervalChanged()