Skip to main content

AppointmentFormControllerBase.ResourceIds Property

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

Namespace: DevExpress.XtraScheduler.UI

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

#Declaration

public AppointmentResourceIdCollection ResourceIds { get; }

#Property Value

Type Description
AppointmentResourceIdCollection

A DevExpress.XtraScheduler.AppointmentResourceIdCollection object which contains all resource identifiers.

#Remarks

The ResourceIds property specifies the collection of unique identifiers of all the appointment's associated resources.

See Also