Back to Devexpress

SchedulerPrintAdapter.ValidateAppointments Event

wpf-devexpress-dot-xpf-dot-scheduling-dot-reporting-dot-schedulerprintadapter.md

latest2.1 KB
Original Source

SchedulerPrintAdapter.ValidateAppointments Event

Occurs when appointments are obtained to create a report document.

Namespace : DevExpress.Xpf.Scheduling.Reporting

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public event AppointmentItemsValidationEventHandler ValidateAppointments
vb
Public Event ValidateAppointments As AppointmentItemsValidationEventHandler

Event Data

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

PropertyDescription
AppointmentsProvides access to the appointments available in the report.
DateTimeRangeProvides access to a datetime range for which the appointments are validated.
ResourcesProvides 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

SchedulerPrintAdapter Class

SchedulerPrintAdapter Members

DevExpress.Xpf.Scheduling.Reporting Namespace