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.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
[TypeConverter(typeof(ExpandableObjectConverter))]
public class AppointmentDisplayOptions :
SchedulerNotificationOptions
Related API Members
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.
Inheritance
Object
ViewStatePersisterCore
BaseOptions
SchedulerNotificationOptions
AppointmentDisplayOptions
See Also