AppointmentViewModel.Resources Property
Gets the collection of all resources associated with the appointment.
Namespace: DevExpress.Xpf.Scheduling.VisualData
Assembly: DevExpress.Xpf.Scheduling.v25.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
Property Value
| Type | Description |
|---|---|
| IList<ResourceItem> | The collection of all resources associated with the appointment. |
See Also