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

OptionsPrinting.MonthlyReportShowCalendar Property

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

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v19.1.dll

Declaration

public bool MonthlyReportShowCalendar { get; set; }

Property Value

Type Description
Boolean

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

Property Paths

You can access this nested property as listed below:

Object Type Path to MonthlyReportShowCalendar
SchedulerControl
.OptionsPrinting.MonthlyReportShowCalendar

Remarks

The image below illustrates a report with the calendar element.

See Also