DayView Class
Displays a detailed picture of events across one or more days.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
public class DayView :
SchedulerViewBase,
IInnerDayViewOwner,
ISupportXtraAnimation,
IXtraAnimationListener,
ISupportAsyncScrollAnimation
Related API Members
The following members return DayView objects:
Remarks
The XtraScheduler control has several types of view that provide different arrangements and formats for scheduling and viewing appointments. The DayView class represents a Day View. This type of view enables end-users to schedule and view user events by day.
All views are stored in the scheduler’s view repository which can be accessed via the SchedulerControl.Views property. To access the settings of the Day View use the SchedulerViewRepository.DayView property.