AppointmentModificationControllerBase.ResourceIds Property
Gets the identifiers of all the resources which are associated with the current appointment.
Namespace: DevExpress.XtraScheduler.Native
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
Property Value
Type | Description |
---|---|
AppointmentResourceIdCollection | An AppointmentResourceIdCollection object which contains all the resources’ identifiers. |
Remarks
The ResourceIds property specifies the collection of unique identifiers of all the appointment’s associated resources.
See Also