SchedulerDayViewAppointmentDisplayOptions Class
Provides options which define how appointments should be displayed when the currently active view is the Day View or Work-Week View.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
Declaration
public class SchedulerDayViewAppointmentDisplayOptions :
SchedulerViewAppointmentDisplayOptions
Public Class SchedulerDayViewAppointmentDisplayOptions
Inherits SchedulerViewAppointmentDisplayOptions
Returned By
The DayView.AppointmentDisplayOptions property returns an instance of SchedulerDayViewAppointmentDisplayOptions.
Remarks
Use the SchedulerDayViewAppointmentDisplayOptions class members to specify how appointments should be displayed in the Day View or Work-Week View. The SchedulerDayViewAppointmentDisplayOptions object is returned by the DayView.AppointmentDisplayOptions property of the DayView and WorkWeekView objects.
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.