Skip to main content

OptionsPrinting.DailyReportShowCalendar Property

Specifies whether to add the calendar element to daily reports. This is a dependency property.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v23.2.dll

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public bool DailyReportShowCalendar { get; set; }

Property Value

Type Description
Boolean

true, to add the calendar element to daily reports; otherwise, false

Property Paths

You can access this nested property as listed below:

Object Type Path to DailyReportShowCalendar
SchedulerControl
.OptionsPrinting .DailyReportShowCalendar

Remarks

The image below illustrates a report with the calendar element.

See Also