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.v19.2.Core.dll

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 Controls and MVC Extensions 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