Skip to main content
A newer version of this page is available. .

AppointmentViewInfo.Options Property

Provides access to several options for the visual representation of an appointment.

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v19.2.dll

Declaration

public AppointmentViewInfoOptions Options { get; }

Property Value

Type Description
AppointmentViewInfoOptions

An AppointmentViewInfoOptions object containing specific options.

Remarks

Use the corresponding AppointmentViewInfo members instead.

See Also