AppointmentItemsValidationEventArgs.Resources Property
Provides access to resources for which the appointment items are validated.
Namespace: DevExpress.Xpf.Scheduling.Reporting
Assembly: DevExpress.Xpf.Scheduling.v25.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
Property Value
| Type | Description |
|---|---|
| IList<ResourceItem> | A IList<T><ResourceItem,> object containing the resource items. |
See Also