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

DayViewTimeCells.AppointmentDisplayOptions Property

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

Namespace: DevExpress.XtraScheduler.Reporting

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

Declaration

public ReportDayViewAppointmentDisplayOptions AppointmentDisplayOptions { get; }

Property Value

Type Description
ReportDayViewAppointmentDisplayOptions

A ReportDayViewAppointmentDisplayOptions class instance, containing options for appointments.

Remarks

Use this property to customize how the appointments should be printed in day view cells control.

See Also