SchedulerPrintAdapter.ValidateTimeIntervals Event
Occurs when the print adapter retrieves information on time intervals required for creating a report.
Namespace: DevExpress.Xpf.Scheduling.Reporting
Assembly: DevExpress.Xpf.Scheduling.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
Event Data
The ValidateTimeIntervals event's data class is DateTimeRangesValidationEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
DateTimeRanges | Provides access to the datetime ranges to which the report is being built. |
Remarks
Handle the ValidateTimeIntervals event to perform a final check and amend the report time interval as required. This event fires when the report document is generated (preview or print mode).
The ValidateTimeIntervals event is raised when the SchedulerPrintAdapter.DateTimeRange property is modified.