New to Telerik UI for WPFStart a free 30-day trial

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: ITimePointITimeRange

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: ITimePoint.DateTime

Gets the duration of the TimeRulerItem.

C#
public TimeSpan Duration { get; }

Implements: ITimeRange.Duration

Gets the FormattedValue of the TimeRulerItem.

C#
public string FormattedValue { get; }