Skip to main content
A newer version of this page is available. .

AppointmentModificationControllerBase.ResourceIds Property

Gets the identifiers of all the resources which are associated with the current appointment.

Namespace: DevExpress.XtraScheduler.Native

Assembly: DevExpress.XtraScheduler.v18.2.Core.dll

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