Skip to main content

AppointmentViewInfo.Options Property

Gets several characteristics determining how an appointment is displayed.

Namespace: DevExpress.Xpf.Scheduler.Drawing

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

Declaration

public AppointmentViewInfoOptions Options { get; }
Public ReadOnly Property Options As AppointmentViewInfoOptions

Property Value

Type Description
AppointmentViewInfoOptions

An AppointmentViewInfoOptions object containing certain appointment view characteristics.

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.

Implements

See Also