A newer version of this page is available.
Switch to the current version.
HorizontalWeek.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 ReportMonthViewAppointmentDisplayOptions AppointmentDisplayOptions { get; }
Public ReadOnly Property AppointmentDisplayOptions As ReportMonthViewAppointmentDisplayOptions
Property Value
Type | Description |
---|---|
ReportMonthViewAppointmentDisplayOptions | A ReportMonthViewAppointmentDisplayOptions class instance, containing options for appointments. |
Remarks
Use this property to customize how the appointments should be printed in a full week reporting control.
See Also
Feedback