Skip to main content

ReportMonthView.ExactlyOneMonth Property

Specifies whether exactly one month is printed on a page, and trailing dates are not shown.

Namespace: DevExpress.XtraScheduler.Reporting

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

NuGet Package: DevExpress.Win.SchedulerReporting

Declaration

[DefaultValue(true)]
[XtraSerializableProperty]
public bool ExactlyOneMonth { get; set; }

Property Value

Type Default Description
Boolean true

true to print exactly one month on a page; otherwise, false.

Remarks

The following picture illustrates the Month view printed with the ExactlyOneMonth property set to true. Notice that the time cells are painted only for the current month; dates outside this month are left blank.

ExactlyOneMonth

See Also