Skip to main content

VisualDayViewInterval Class

Provides information on visual elements combined into time intervals displayed in the SchedulerControl.

Namespace: DevExpress.Xpf.Scheduler.Drawing

Assembly: DevExpress.Xpf.Scheduler.v23.2.dll

NuGet Package: DevExpress.Wpf.Scheduler

Declaration

public class VisualDayViewInterval :
    VisualInterval

Remarks

Important

You are viewing documentation for the legacy WPF Scheduler control. If you’re starting a new project, we strongly recommend that you use a new control declared in the DevExpress.Xpf.Scheduling namespace. If you decide to upgrade an existing project in order to switch to the updated scheduler control, see the Migration Guidelines document.

When the Day or Work-Week view is active and appointments are grouped by dates, the view’s elements (resource headers, navigation buttons, etc.) are combined into time intervals which are represented by the VisualDayViewInterval objects.

DXScheduler_VisualIntervalsBasedViewInfo_Intervals

The collection of VisualDayViewInterval objects is accessed via the VisualIntervalsBasedViewInfo.Intervals property.

Inheritance

Object
DispatcherObject
DependencyObject
DevExpress.Xpf.Scheduler.Drawing.VisualInterval
VisualDayViewInterval
See Also