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.v24.1.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
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