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

AppointmentItemsValidationEventArgs.Resources Property

Provides access to resources for which the appointment items are validated.

Namespace: DevExpress.Xpf.Scheduling.Reporting

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

Declaration

public IList<ResourceItem> Resources { get; }

Property Value

Type Description
IList<ResourceItem>

A IList<T><ResourceItem,> object containing the resource items.

See Also