TimeIntervalsValidationEventArgs Class
Provides data for the SchedulerPrintAdapter.ValidateTimeIntervals event of the SchedulerPrintAdapter descendants.
Namespace: DevExpress.XtraScheduler.Reporting
Assembly: DevExpress.XtraScheduler.v24.1.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