Class TimerRulerItemProxy
Represents a proxy object that is set as DataContext on TimerRulerItem control. It is used for performance optimization.
Inheritance
Namespace: Telerik.Windows.Controls.ScheduleView
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public sealed class TimerRulerItemProxy : DependencyObject, ITimeRange, ITimePoint
Fields
DateTimeProperty
Identifies the DateTime read-only dependency property.
Declaration
public static readonly DependencyProperty DateTimeProperty
Field Value
System.Windows.DependencyProperty
|
DurationProperty
Identifies the Duration read-only dependency property.
Declaration
public static readonly DependencyProperty DurationProperty
Field Value
System.Windows.DependencyProperty
|
FormattedValueProperty
Identifies the FormattedValue read-only dependency property.
Declaration
public static readonly DependencyProperty FormattedValueProperty
Field Value
System.Windows.DependencyProperty
|
Properties
DateTime
Gets the DateTime of the TimeRulerItem.
Declaration
public DateTime DateTime { get; }
Property Value
System.DateTime
|
Implements
Duration
Gets the duration of the TimeRulerItem.
Declaration
public TimeSpan Duration { get; }
Property Value
System.TimeSpan
|
Implements
FormattedValue
Gets the FormattedValue of the TimeRulerItem.
Declaration
public string FormattedValue { get; }
Property Value
System.String
|