Skip to main content

TimeIntervalsValidationEventArgs.Intervals Property

Gets the time intervals for which the report is being built.

Namespace: DevExpress.XtraScheduler.Reporting

Assembly: DevExpress.XtraScheduler.v24.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

#Declaration

public TimeIntervalCollection Intervals { get; }

#Property Value

Type Description
TimeIntervalCollection

A TimeIntervalCollection containing the report’s time intervals.

#Remarks

When handling the SchedulerPrintAdapter.ValidateTimeIntervals event of the print adapter, you can analyze the supplied Intervals and modify the SchedulerPrintAdapter.TimeInterval setting, if required, or perform any other actions.

See Also