Skip to main content
A newer version of this page is available. .

SchedulerPrintAdapter.ValidateAppointments Event

Occurs when appointments are obtained to create a report document.

Namespace: DevExpress.Xpf.Scheduling.Reporting

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

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