corelibraries-devexpress-dot-xtrascheduler-91fbea87.md
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.v25.2.Core.Desktop.dll
NuGet Package : DevExpress.Scheduler.CoreDesktop
public class AppointmentDisplayOptions :
SchedulerNotificationOptions
Public Class AppointmentDisplayOptions
Inherits 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() |
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.
Show 25 items
Object ViewStatePersisterCore BaseOptions SchedulerNotificationOptions AppointmentDisplayOptions AgendaViewAppointmentDisplayOptions
DayViewAppointmentDisplayOptions
TimelineViewAppointmentDisplayOptions
WeekViewAppointmentDisplayOptions
GanttViewAppointmentDisplayOptions
MonthViewAppointmentDisplayOptions
ASPxAgendaViewAppointmentDisplayOptions
ASPxDayViewAppointmentDisplayOptions
ASPxMonthViewAppointmentDisplayOptions
ASPxTimelineViewAppointmentDisplayOptions
ASPxWeekViewAppointmentDisplayOptions
ReportWeekViewAppointmentDisplayOptions
MonthViewAppointmentDisplayOptionsEx
ReportDayViewAppointmentDisplayOptions
ReportMonthViewAppointmentDisplayOptions
TimelineViewAppointmentDisplayOptionsEx
DayViewAppointmentDisplayOptionsEx
WeekViewAppointmentDisplayOptionsEx
YearViewAppointmentDisplayOptionsEx
BootstrapSchedulerDayViewAppointmentDisplayOptions
See Also