DateTimeRangesValidationEventArgs Class
In This Article
Provides data for the SchedulerPrintAdapter.ValidateTimeIntervals event.
Namespace: DevExpress.Xpf.Scheduling.Reporting
Assembly: DevExpress.Xpf.Scheduling.v24.2.dll
NuGet Package: DevExpress.Wpf.Scheduling
#Declaration
#Remarks
Handle the SchedulerPrintAdapter.ValidateTimeIntervals event to obtain the datetime ranges passed to the print adapter. You can analyze the retrieved data, modify it and pass to the report using the DateTimeRangesValidationEventArgs.DateTimeRanges property.
See Also