TimeIntervalsValidationEventArgs Class
In This Article
Provides data for the SchedulerPrintAdapter.ValidateTimeIntervals event of the SchedulerPrintAdapter descendants.
Namespace: DevExpress.XtraScheduler.Reporting
Assembly: DevExpress.XtraScheduler.v24.2.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
#Declaration
#Remarks
Handle the SchedulerPrintAdapter.ValidateTimeIntervals, to obtain time intervals passed to the print adapter, analyze them, modify them if necessary and pass to the report via the TimeIntervalsValidationEventArgs.Intervals property.
See Also