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

TimeIntervalsValidationEventArgs Class

Provides data for the SchedulerPrintAdapter.ValidateTimeIntervals event of the SchedulerPrintAdapter descendants.

Namespace: DevExpress.XtraScheduler.Reporting

Assembly: DevExpress.XtraScheduler.v18.2.Core.dll

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