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

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; }
Property Value:

The day end time.

Gets the day start time.

C#
TimeSpan DayStartTime { get; }
Property Value:

The day start time.

Gets the duration of the visible range.

C#
TimeSpan VisibleRangeDuration { get; }
Property Value:

The duration of the visible range.

Gets the visible range start.

C#
DateTime VisibleRangeStart { get; }
Property Value:

The visible range start.