SchedulerAppointmentDisplayOptions Class
In This Article
Serves as the base for classes which provide options to define how appointments will be displayed when a particular view is currently active.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
#Declaration
public class SchedulerAppointmentDisplayOptions :
SchedulerOptionsBase<AppointmentDisplayOptions>
#Remarks
Use members of the SchedulerAppointmentDisplayOptions class to specify how appointments should be displayed when a particular scheduler view is active.
#Inheritance
See Also