AppointmentModificationControllerBase.ResourceIds Property
In This Article
Gets the identifiers of all the resources which are associated with the current appointment.
Namespace: DevExpress.XtraScheduler.Native
Assembly: DevExpress.XtraScheduler.v24.2.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
#Declaration
public virtual AppointmentResourceIdCollection ResourceIds { get; set; }
#Property Value
Type | Description |
---|---|
Appointment |
An Appointment |
#Remarks
The ResourceIds property specifies the collection of unique identifiers of all the appointment’s associated resources.
See Also