Back to Devexpress

SchedulerViewInfoBase.AppointmentDisplayOptions Property

windowsforms-devexpress-dot-xtrascheduler-dot-drawing-dot-schedulerviewinfobase-1691ca35.md

latest1.5 KB
Original Source

SchedulerViewInfoBase.AppointmentDisplayOptions Property

Provides access to the appointment’s display options.

Namespace : DevExpress.XtraScheduler.Drawing

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
public AppointmentDisplayOptions AppointmentDisplayOptions { get; }
vb
Public ReadOnly Property AppointmentDisplayOptions As AppointmentDisplayOptions

Property Value

TypeDescription
AppointmentDisplayOptions

An AppointmentDisplayOptions object containing options for displaying appointments.

|

Remarks

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

See Also

SchedulerViewInfoBase Class

SchedulerViewInfoBase Members

DevExpress.XtraScheduler.Drawing Namespace