Class TimerRulerItemProxy
Inheritance
System.Object
TimerRulerItemProxy
Namespace: Telerik.UI.Xaml.Controls.Scheduler
Assembly: Telerik.WinUI.Controls.dll
Syntax
public sealed class TimerRulerItemProxy : DependencyObject, ITimeRange, ITimePoint
Fields
DateTimeProperty
Declaration
public static readonly DependencyProperty DateTimeProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
DurationProperty
Declaration
public static readonly DependencyProperty DurationProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
FormattedValueProperty
Declaration
public static readonly DependencyProperty FormattedValueProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
DateTime
Declaration
public DateTime DateTime { get; }
Property Value
|
System.DateTime
|
Implements
Duration
Declaration
public TimeSpan Duration { get; }
Property Value
|
System.TimeSpan
|
Implements
FormattedValue
Declaration
public string FormattedValue { get; }
Property Value
|
System.String
|