DateData
Class
This class represents the data for the Date - its durations and ticks.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.ScheduleView.dll
Syntax:
C#
public class DateData : ITimeRange, ITimePoint
Inheritance: objectDateData
Implements:
Constructors
C#
public DateData()
Properties
Gets or sets the display mode for the upper scale - it could be days or months.
C#
public LargeScaleMode LargeScaleMode { get; set; }
Gets or sets the Ticks.
C#
public IEnumerable<TickData> Ticks { get; set; }