SchedulerAppointmentDisplayOptions Class
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>
Public Class SchedulerAppointmentDisplayOptions
Inherits SchedulerOptionsBase(Of 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