AppointmentViewInfo.Options Property
In This Article
Gets several characteristics determining how an appointment is displayed.
Namespace: DevExpress.Xpf.Scheduler.Drawing
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Appointment |
An Appointment |
#Remarks
Use the Options property to obtain some options for the visual representation of an appointment, such as AppointmentViewInfoOptions.ShowStartTime, AppointmentViewInfoOptions.ShowEndTime, AppointmentViewInfoOptions.ShowRecurrence, AppointmentViewInfoOptions.ShowBell, etc.
See Also