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