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

DXSchedulerPrintAdapter.ValidateTimeIntervals Event

Occurs when the print adapter retrieves information on time intervals required for creating a report.

Namespace: DevExpress.Xpf.Scheduler.Reporting

Assembly: DevExpress.Xpf.Scheduler.v18.2.dll

Declaration

public event TimeIntervalsValidationEventHandler ValidateTimeIntervals

Event Data

The ValidateTimeIntervals event's data class is TimeIntervalsValidationEventArgs. The following properties provide information specific to this event:

Property Description
Intervals Gets the time intervals for which the report is being built.

Remarks

Important

You are viewing documentation for the legacy WPF Scheduler control. If you’re starting a new project, we strongly recommend that you use a new control declared in the DevExpress.Xpf.Scheduling namespace. If you decide to upgrade an existing project in order to switch to the updated scheduler control, see the Migration Guidelines document.

Handle the ValidateTimeIntervals event to perform a final check, and amend the report time interval if necessary. This event fires when the report document is generated (preview or print mode).

See Also