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

SchedulerViewInfoBase.AppointmentDisplayOptions Property

Provides access to the appointment’s display options.

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v20.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public AppointmentDisplayOptions AppointmentDisplayOptions { get; }

Property Value

Type Description
AppointmentDisplayOptions

An AppointmentDisplayOptions object containing options for displaying appointments.

Remarks

Use this property to specify how the basic appointment elements are displayed.

See Also