Back to Devexpress

SchedulerPrintAdapter.ValidateResources Event

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

latest1.6 KB
Original Source

SchedulerPrintAdapter.ValidateResources Event

Occurs when resources are retrieved to use in the report.

Namespace : DevExpress.Xpf.Scheduling.Reporting

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public event ResourceItemsValidationEventHandler ValidateResources
vb
Public Event ValidateResources As ResourceItemsValidationEventHandler

Event Data

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

PropertyDescription
ResourceItemsProvides access to the resource items available in the report.

Remarks

Handle the ValidateResources event to modify the collection of resources before they are passed to the report.

See Also

SchedulerPrintAdapter Class

SchedulerPrintAdapter Members

DevExpress.Xpf.Scheduling.Reporting Namespace