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

DXSchedulerPrintAdapter.ValidateResources Event

Occurs when resources are obtained for use in the report.

Namespace: DevExpress.Xpf.Scheduler.Reporting

Assembly: DevExpress.Xpf.Scheduler.v18.2.dll

Declaration

public event ResourcesValidationEventHandler ValidateResources

Event Data

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

Property Description
Resources Provides access to the collection of resources available in the report.

Remarks

Important

You are viewing documentation for the legacy WPF Scheduler control. If you’re starting a new project, we strongly recommend that you use a new control declared in the DevExpress.Xpf.Scheduling namespace. If you decide to upgrade an existing project in order to switch to the updated scheduler control, see the Migration Guidelines document.

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

See Also