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

AppointmentDisplayOptions Class

Serves as the base for classes which provide options to define how appointments are displayed when a particular view is currently active.

Namespace: DevExpress.XtraScheduler

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

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

Declaration

public class AppointmentDisplayOptions :
    SchedulerNotificationOptions

The following members return AppointmentDisplayOptions objects:

Library Related API Members
WinForms Controls SchedulerViewBase.AppointmentDisplayOptions
SchedulerViewInfoBase.AppointmentDisplayOptions
TimeCellsControlBase.AppointmentDisplayOptions
ASP.NET Web Forms Controls SchedulerViewBase.GetAppointmentDisplayOptions()

Remarks

The AppointmentDisplayOptions descendant is returned by the AppointmentDisplayOptions property of a particular view. Use members of this class to specify how appointments are displayed when a particular scheduler view is active.

See Also