Skip to main content

DayView Class

Namespace: DevExpress.Xpf.Scheduler

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

#Declaration

public class DayView :
    SchedulerViewBase,
    IInnerDayViewOwner,
    IDayViewProperties,
    ISchedulerViewPropertiesBase,
    ISchedulerPropertiesBase,
    INotifyPropertyChanging,
    INotifyPropertyChanged

#Returned By

Properties that return DayView instances:

#Remarks

The scheduler control has five view types 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.

DXScheduler_DayView

All views are stored in the scheduler control's view repository, which can be accessed via the SchedulerControl.Views property. To access the settings of the Day View, use the SchedulerViewRepository.DayView or SchedulerControl.DayView property.

#Examples

This example demonstrates how to customize the Day View within the SchedulerControl. To do this, it is necessary to modify the DayView object accessed via the SchedulerControl.DayView property.

See Also