Skip to main content

TimeIntervalsValidationEventArgs Class

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

public class TimeIntervalsValidationEventArgs :
    EventArgs

#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.

#Inheritance

Object
EventArgs
TimeIntervalsValidationEventArgs
See Also