Back to Devexpress

AppointmentDisplayOptions Class

corelibraries-devexpress-dot-xtrascheduler-91fbea87.md

latest4.8 KB
Original Source

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

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

csharp
public class AppointmentDisplayOptions :
    SchedulerNotificationOptions
vb
Public Class AppointmentDisplayOptions
    Inherits SchedulerNotificationOptions

The following members return AppointmentDisplayOptions objects:

LibraryRelated API Members
WinForms ControlsSchedulerViewBase.AppointmentDisplayOptions
SchedulerViewInfoBase.AppointmentDisplayOptions
TimeCellsControlBase.AppointmentDisplayOptions
ASP.NET Web Forms ControlsSchedulerViewBase.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.

Inheritance

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

AppointmentDisplayOptions Members

DevExpress.XtraScheduler Namespace