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

SchedulerPrintAdapter.ValidateTimeIntervals Event

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

Namespace: DevExpress.Xpf.Scheduling.Reporting

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Scheduling, DevExpress.Wpf.Scheduling

Declaration

public event DateTimeRangesValidationEventHandler ValidateTimeIntervals

Event Data

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

Property Description
DateTimeRanges Provides access to the datetime ranges to which the report is being built.

Remarks

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

The ValidateTimeIntervals event is raised when the SchedulerPrintAdapter.DateTimeRange property is modified.

See Also