Back to Devexpress

SchedulerPrintAdapter.ValidateTimeIntervals Event

corelibraries-devexpress-dot-xtrascheduler-dot-reporting-dot-schedulerprintadapter-af93f56e.md

latest2.3 KB
Original Source

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.v25.2.Core.Desktop.dll

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

csharp
public event TimeIntervalsValidationEventHandler ValidateTimeIntervals
vb
Public Event ValidateTimeIntervals As TimeIntervalsValidationEventHandler

Event Data

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

PropertyDescription
IntervalsGets 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

TimeInterval

TimeIntervalChanged

SchedulerPrintAdapter Class

SchedulerPrintAdapter Members

DevExpress.XtraScheduler.Reporting Namespace