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

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public override 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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the ResourceIds property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also