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

SchedulerPrintAdapter.ValidateAppointments Event

Occurs when appointments are obtained to create a report document.

Namespace: DevExpress.Xpf.Scheduling.Reporting

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

NuGet Package: DevExpress.Wpf.Scheduling

#Declaration

public event AppointmentItemsValidationEventHandler ValidateAppointments

#Event Data

The ValidateAppointments event's data class is AppointmentItemsValidationEventArgs. The following properties provide information specific to this event:

Property Description
Appointments Provides access to the appointments available in the report.
DateTimeRange Provides access to a datetime range for which the appointments are validated.
Resources Provides access to resources for which the appointment items are validated.

#Remarks

Handle the ValidateAppointments event to modify the appointments collection passed to the report according to given criteria. You can delete unneeded appointments, add new or modify existing ones.

See Also