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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Scheduling, DevExpress.Wpf.Scheduling

Declaration

public IList<ResourceItem> Resources { get; }

Property Value

Type Description
IList<ResourceItem>

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

See Also