Class HeaderedTickContainer.TickProxy
Inheritance
System.Object
HeaderedTickContainer.TickProxy
Namespace: Telerik.Windows.Controls.Scheduling
Assembly: Telerik.Windows.Scheduling.Core.dll
Syntax
public class TickProxy : DependencyObject
Constructors
TickProxy()
Declaration
public TickProxy()
Fields
DateTimeProperty
Identifies the DateTime dependency property.
Declaration
public static readonly DependencyProperty DateTimeProperty
Field Value
System.Windows.DependencyProperty
|
FormattedValueProperty
Identifies the FormattedValue dependency property.
Declaration
public static readonly DependencyProperty FormattedValueProperty
Field Value
System.Windows.DependencyProperty
|
Properties
DateTime
Gets or sets the DateTime. This is a dependency property.
Declaration
public DateTime DateTime { get; set; }
Property Value
System.DateTime
|
FormattedValue
Gets or sets the FormattedValue. This is a dependency property.
Declaration
public string FormattedValue { get; set; }
Property Value
System.String
|