Skip to main content

SchedulerTimelineViewAppointmentDisplayOptions Class

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

Namespace: DevExpress.Xpf.Scheduler

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

#Declaration

public class SchedulerTimelineViewAppointmentDisplayOptions :
    SchedulerViewAppointmentDisplayOptions

#Returned By

The TimelineView.AppointmentDisplayOptions property returns an instance of SchedulerTimelineViewAppointmentDisplayOptions.

#Remarks

Use the SchedulerTimelineViewAppointmentDisplayOptions class members to specify how appointments should be displayed in the Timeline View. The SchedulerTimelineViewAppointmentDisplayOptions object is returned by the TimelineView.AppointmentDisplayOptions property of the TimelineView object.

#Examples

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

See Also