Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DateTimeRangesValidationEventArgs Class

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

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