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

Definition

Namespace:Telerik.Windows.Controls.Scheduling

Assembly:Telerik.Windows.Scheduling.Core.dll

Syntax:

C#
public class HeaderedTickContainer.TickProxy : DependencyObject

Inheritance: objectHeaderedTickContainer.TickProxy

Constructors

C#
public TickProxy()

Fields

DateTimeProperty

DependencyProperty

Identifies the DateTime dependency property.

C#
public static readonly DependencyProperty DateTimeProperty

FormattedValueProperty

DependencyProperty

Identifies the FormattedValue dependency property.

C#
public static readonly DependencyProperty FormattedValueProperty

Properties

Gets or sets the DateTime. This is a dependency property.

C#
public DateTime DateTime { get; set; }

Gets or sets the FormattedValue. This is a dependency property.

C#
public string FormattedValue { get; set; }