ClassTimerRulerItemProxy
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:
cs-api-definition
public sealed class TimerRulerItemProxy : DependencyObject, ITimeRange, ITimePoint
Inheritance: objectTimerRulerItemProxy
Implements:
Fields
DateTimeProperty
Identifies the DateTime read-only dependency property.
Declaration
cs-api-definition
public static readonly DependencyProperty DateTimeProperty
Field Value
DependencyProperty
DurationProperty
Identifies the Duration read-only dependency property.
Declaration
cs-api-definition
public static readonly DependencyProperty DurationProperty
Field Value
DependencyProperty
FormattedValueProperty
Identifies the FormattedValue read-only dependency property.
Declaration
cs-api-definition
public static readonly DependencyProperty FormattedValueProperty
Field Value
DependencyProperty
Properties
DateTime
Gets the DateTime of the TimeRulerItem.
Duration
Gets the duration of the TimeRulerItem.
FormattedValue
Gets the FormattedValue of the TimeRulerItem.