Class HeaderedTickContainer.TickProxy
Inherited Members
Namespace: Telerik.Windows.Controls.Scheduling
Assembly: Telerik.Windows.Scheduling.Core.dll
Syntax
public class TickProxy : PropertyChangedBase, INotifyPropertyChanged
Constructors
TickProxy()
Declaration
public TickProxy()
Properties
DateTime
Gets or sets DateTime and notifies for changes.
Declaration
public DateTime DateTime { get; set; }
Property Value
System.DateTime
|
FormattedValue
Gets or sets FormattedValue and notifies for changes.
Declaration
public string FormattedValue { get; set; }
Property Value
System.String
|