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.v18.1.Core.dll

Declaration

[TypeConverter(typeof(ExpandableObjectConverter))]
public class AppointmentDisplayOptions :
    SchedulerNotificationOptions

The following members accept/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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the AppointmentDisplayOptions class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also