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

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

Constructors

C#
public DateData()

Properties

Gets or sets the DateTime.

C#
public DateTime DateTime { get; set; }

Implements: ITimePoint.DateTime

Gets or sets the Duration.

C#
public TimeSpan Duration { get; set; }

Implements: ITimeRange.Duration

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; }