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

TimeIntervalsValidationEventArgs.Intervals Property

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

Namespace: DevExpress.XtraScheduler.Reporting

Assembly: DevExpress.XtraScheduler.v19.1.Core.dll

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