Interface
IRangeData

An interface representing the properties used to generate the visible range of RadScheduler.

Definition

Namespace:Telerik.UI.Xaml.Controls.Scheduler

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public interface IRangeData

Properties

DayEndTime

Gets the day end time.

Declaration

cs-api-definition
TimeSpan DayEndTime { get; }

Property Value

TimeSpan

The day end time.

DayStartTime

Gets the day start time.

Declaration

cs-api-definition
TimeSpan DayStartTime { get; }

Property Value

TimeSpan

The day start time.

VisibleRangeDuration

Gets the duration of the visible range.

Declaration

cs-api-definition
TimeSpan VisibleRangeDuration { get; }

Property Value

TimeSpan

The duration of the visible range.

VisibleRangeStart

Gets the visible range start.

Declaration

cs-api-definition
DateTime VisibleRangeStart { get; }

Property Value

DateTime

The visible range start.