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

AgendaViewAppointmentDisplayOptions Class

Contains options which define how appointments are displayed when the currently active view is the Agenda View.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v20.2.Core.Desktop.dll

NuGet Packages: DevExpress.Scheduler.CoreDesktop, DevExpress.WindowsDesktop.Scheduler.CoreDesktop

Declaration

public class AgendaViewAppointmentDisplayOptions :
    AppointmentDisplayOptions

The following members return AgendaViewAppointmentDisplayOptions objects:

Remarks

Use the AgendaView.AppointmentDisplayOptions property to get access to the AgendaViewAppointmentDisplayOptions object.

See Also