IRangeData
Interface
An interface representing the properties used to generate the visible range of RadScheduleView.
Definition
Namespace:Telerik.Windows.Controls.ScheduleView
Assembly:Telerik.Windows.Controls.ScheduleView.dll
Syntax:
C#
public interface IRangeData
Properties
Gets the day end time.
C#
TimeSpan DayEndTime { get; }
The day end time.
Gets the day start time.
C#
TimeSpan DayStartTime { get; }
The day start time.
Gets the duration of the visible range.
C#
TimeSpan VisibleRangeDuration { get; }
The duration of the visible range.
Gets the visible range start.
C#
DateTime VisibleRangeStart { get; }
The visible range start.