Skip to main content
A newer version of this page is available.
All docs
V18.1

AppointmentItem.ResourceIds Property

Gets a collection of identifiers of all resources associated with the current appointment.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v18.1.dll

Declaration

public AppointmentResourceIdCollection ResourceIds { get; }

Property Value

Type Description
AppointmentResourceIdCollection

An AppointmentResourceIdCollection object which contains resource identifiers.

Remarks

Use the ResourceIds property to assign resources to the current appointment by adding their ResourceItem.Id values to the collection.

The ResourceIds property for a stand-alone appointment (which has no associated resources) returns a collection containing a single ResourceItemEmpty.Id item.

See Also