InterfaceIRangeData
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:
cs-api-definition
public interface IRangeData
Properties
DayEndTime
Gets the day end time.
Declaration
cs-api-definition
TimeSpan DayEndTime { get; }
Property Value
The day end time.
DayStartTime
Gets the day start time.
Declaration
cs-api-definition
TimeSpan DayStartTime { get; }
Property Value
The day start time.
VisibleRangeDuration
Gets the duration of the visible range.
Declaration
cs-api-definition
TimeSpan VisibleRangeDuration { get; }
Property Value
The duration of the visible range.
VisibleRangeStart
Gets the visible range start.
Declaration
cs-api-definition
DateTime VisibleRangeStart { get; }
Property Value
The visible range start.