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

ASPxSchedulerPrintAdapterBase.ValidateTimeIntervals Event

Occurs when the print adapter retrieves information on the time intervals required for creating a report.

Namespace: DevExpress.Web.ASPxScheduler.Reporting

Assembly: DevExpress.Web.ASPxScheduler.v18.2.dll

Declaration

public event TimeIntervalsValidationEventHandler ValidateTimeIntervals

Event Data

The ValidateTimeIntervals event's data class is TimeIntervalsValidationEventArgs. The following properties provide information specific to this event:

Property Description
Intervals Gets the time intervals for which the report is being built.

Remarks

Handle this event to perform a final check, and amend the report time interval if necessary.

See Also