Skip to main content

SchedulerWeekViewAppointmentDisplayOptions Class

Provides options which define how appointments should be displayed when the currently active view is the Week View.

Namespace: DevExpress.Xpf.Scheduler

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

#Declaration

public class SchedulerWeekViewAppointmentDisplayOptions :
    SchedulerAppointmentDisplayOptions

#Returned By

The WeekView.AppointmentDisplayOptions property returns an instance of SchedulerWeekViewAppointmentDisplayOptions.

#Remarks

Use the SchedulerWeekViewAppointmentDisplayOptions class members to specify how appointments should be displayed in the Week View. The SchedulerWeekViewAppointmentDisplayOptions object is returned by the WeekView.AppointmentDisplayOptions property of the WeekView object.

#Examples

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

See Also