AppointmentItemsValidationEventArgs.Resources Property
In This Article
Provides access to resources for which the appointment items are validated.
Namespace: DevExpress.Xpf.Scheduling.Reporting
Assembly: DevExpress.Xpf.Scheduling.v24.2.dll
NuGet Package: DevExpress.Wpf.Scheduling
#Declaration
public IList<ResourceItem> Resources { get; }
#Property Value
Type | Description |
---|---|
IList<Resource |
A IList |
See Also