Back to Devexpress

TimeCellsControlBase.AppointmentDisplayOptions Property

windowsforms-devexpress-dot-xtrascheduler-dot-reporting-dot-timecellscontrolbase-a7e5ec31.md

latest1.8 KB
Original Source

TimeCellsControlBase.AppointmentDisplayOptions Property

Provides access to options specifying the visual aspects of appointments in the report.

Namespace : DevExpress.XtraScheduler.Reporting

Assembly : DevExpress.XtraScheduler.v25.2.Reporting.dll

NuGet Package : DevExpress.Win.SchedulerReporting

Declaration

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

Property Value

TypeDescription
AppointmentDisplayOptions

An AppointmentDisplayOptions class instance, containing options for appointments.

|

Remarks

Use this property to customize how the appointments should be printed in a time cells control.

See Also

AppointmentDisplayOptions

TimeCellsControlBase Class

TimeCellsControlBase Members

DevExpress.XtraScheduler.Reporting Namespace