Skip to main content
A newer version of this page is available. .

TimelineViewAppointmentDisplayOptions Class

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v22.1.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public class TimelineViewAppointmentDisplayOptions :
    AppointmentDisplayOptions

Remarks

Use the Timeline View’s AppointmentDisplayOptions property to get access to the TimelineViewAppointmentDisplayOptions object.

The TimelineViewAppointmentDisplayOptions implements the TimelineViewAppointmentDisplayOptions.AppointmentInterspacing option, in addition to basic appointment display options.

See Also