Skip to main content

DateTimeRangesValidationEventArgs Class

Provides data for the SchedulerPrintAdapter.ValidateTimeIntervals event.

Namespace: DevExpress.Xpf.Scheduling.Reporting

Assembly: DevExpress.Xpf.Scheduling.v23.2.dll

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public class DateTimeRangesValidationEventArgs :
    EventArgs

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.

Inheritance

Object
EventArgs
DateTimeRangesValidationEventArgs
See Also