ClassPeriodSpanControlAdapter
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
PeriodSpanControlAdapter()
Declaration
protected PeriodSpanControlAdapter()
Fields
EndDateProperty
Identifies the EndDate dependency property.
Declaration
public static readonly DependencyProperty EndDateProperty
Field Value
DependencyProperty
StartDateProperty
Identifies the StartDate dependency property.
Declaration
public static readonly DependencyProperty StartDateProperty
Field Value
DependencyProperty
Properties
EndDate
Gets or sets the end date of the PeriodSpanControlAdapter.
Declaration
public DateTime EndDate { get; set; }
Property Value
The end date of the PeriodSpanControlAdapter.
Implements
Interval
Gets the time interval of the PeriodSpanControlAdapter.
Declaration
[Browsable(false)]
public TimeSpan Interval { get; }
Property Value
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
The start date of the PeriodSpanControlAdapter.
Implements
Methods
OnIntervalChanged()
Called when the Interval of the PeriodSpanControlAdapter changes.
Declaration
protected virtual void OnIntervalChanged()