Skip to main content

SchedulerPrintAdapter.ValidateTimeIntervals Event

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

Namespace: DevExpress.XtraScheduler.Reporting

Assembly: DevExpress.XtraScheduler.v23.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

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

Handle this 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).

When the SchedulerPrintAdapter.TimeInterval property is modified, the SchedulerPrintAdapter.TimeIntervalChanged event is raised.

See Also