Class PeriodSpanControlAdapter
Inheritance
System.Object
PeriodSpanControlAdapter
Namespace: Telerik.UI.Xaml.Controls.DataVisualization
Assembly: Telerik.WinUI.Controls.dll
Syntax
public abstract class PeriodSpanControlAdapter : Control, IPeriodSpan
Constructors
PeriodSpanControlAdapter()
Declaration
protected PeriodSpanControlAdapter()
Fields
EndDateProperty
Declaration
public static readonly DependencyProperty EndDateProperty
Field Value
Microsoft.
|
StartDateProperty
Declaration
public static readonly DependencyProperty StartDateProperty
Field Value
Microsoft.
|
Properties
EndDate
Declaration
public DateTime EndDate { get; set; }
Property Value
System.
|
Implements
Interval
Declaration
public TimeSpan Interval { get; }
Property Value
System.
|
Implements
StartDate
Declaration
public DateTime StartDate { get; set; }
Property Value
System.
|
Implements
Methods
OnIntervalChanged()
Declaration
protected virtual void OnIntervalChanged()