Back to Devexpress

SchedulerViewBase.AppointmentDisplayOptions Property

windowsforms-devexpress-dot-xtrascheduler-dot-schedulerviewbase-0845a0fc.md

latest1.6 KB
Original Source

SchedulerViewBase.AppointmentDisplayOptions Property

Provides access to the appointment’s display options.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public AppointmentDisplayOptions AppointmentDisplayOptions { get; }
vb
<XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)>
Public ReadOnly Property AppointmentDisplayOptions As AppointmentDisplayOptions

Property Value

TypeDescription
AppointmentDisplayOptions

An AppointmentDisplayOptions object containing options for displaying appointments.

|

Remarks

Use this property to specify appointment’s display options, such as size, appearance, format of information shown.

See Also

SchedulerViewBase Class

SchedulerViewBase Members

DevExpress.XtraScheduler Namespace