Skip to main content

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.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

#Declaration

public virtual AppointmentResourceIdCollection ResourceIds { get; set; }

#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