AgendaViewAppointmentDisplayOptions Class
In This Article
Contains options which define how appointments are displayed when the currently active view is the Agenda View.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
#Declaration
public class AgendaViewAppointmentDisplayOptions :
AppointmentDisplayOptions
#Related API Members
The following members return AgendaViewAppointmentDisplayOptions objects:
#Remarks
Use the AgendaView.AppointmentDisplayOptions property to get access to the AgendaViewAppointmentDisplayOptions object.
#Inheritance
Object
ViewStatePersisterCore
BaseOptions
SchedulerNotificationOptions
AppointmentDisplayOptions
AgendaViewAppointmentDisplayOptions
See Also