corelibraries-devexpress-dot-xtrascheduler-dot-reporting-59caf839.md
Provides data for the SchedulerPrintAdapter.ValidateTimeIntervals event of the SchedulerPrintAdapter descendants.
Namespace : DevExpress.XtraScheduler.Reporting
Assembly : DevExpress.XtraScheduler.v25.2.Core.Desktop.dll
NuGet Package : DevExpress.Scheduler.CoreDesktop
public class TimeIntervalsValidationEventArgs :
EventArgs
Public Class TimeIntervalsValidationEventArgs
Inherits EventArgs
TimeIntervalsValidationEventArgs is the data class for the following events:
| Library | Related API Members |
|---|---|
| Cross-Platform Class Library | SchedulerPrintAdapter.ValidateTimeIntervals |
| ASP.NET Web Forms Controls | ASPxSchedulerPrintAdapterBase.ValidateTimeIntervals |
Handle the SchedulerPrintAdapter.ValidateTimeIntervals, to obtain time intervals passed to the print adapter, analyze them, modify them if necessary and pass to the report via the TimeIntervalsValidationEventArgs.Intervals property.
Object EventArgs TimeIntervalsValidationEventArgs
See Also