Back to Devexpress

TimeIntervalsValidationEventArgs Class

corelibraries-devexpress-dot-xtrascheduler-dot-reporting-59caf839.md

latest2.3 KB
Original Source

TimeIntervalsValidationEventArgs Class

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

Declaration

csharp
public class TimeIntervalsValidationEventArgs :
    EventArgs
vb
Public Class TimeIntervalsValidationEventArgs
    Inherits EventArgs

TimeIntervalsValidationEventArgs is the data class for the following events:

LibraryRelated API Members
Cross-Platform Class LibrarySchedulerPrintAdapter.ValidateTimeIntervals
ASP.NET Web Forms ControlsASPxSchedulerPrintAdapterBase.ValidateTimeIntervals

Remarks

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.

Inheritance

Object EventArgs TimeIntervalsValidationEventArgs

See Also

TimeIntervalsValidationEventArgs Members

DevExpress.XtraScheduler.Reporting Namespace