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.UI.Xaml.DependencyProperty
|
StartDateProperty
Declaration
public static readonly DependencyProperty StartDateProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
EndDate
Declaration
public DateTime EndDate { get; set; }
Property Value
|
System.DateTime
|
Implements
Interval
Declaration
public TimeSpan Interval { get; }
Property Value
|
System.TimeSpan
|
Implements
StartDate
Declaration
public DateTime StartDate { get; set; }
Property Value
|
System.DateTime
|
Implements
Methods
OnIntervalChanged()
Declaration
protected virtual void OnIntervalChanged()