Class
TimerRulerItemProxy

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

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.

Declaration

cs-api-definition
public DateTime DateTime { get; }

Property Value

DateTime

Implements ITimePoint.DateTime

Duration

Gets the duration of the TimeRulerItem.

Declaration

cs-api-definition
public TimeSpan Duration { get; }

Property Value

TimeSpan

Implements ITimeRange.Duration

FormattedValue

Gets the FormattedValue of the TimeRulerItem.

Declaration

cs-api-definition
public string FormattedValue { get; }

Property Value

string