AppointmentFormController.AppointmentResources Property
In This Article
Gets or sets the collection of resources stored in the data storage of the SchedulerControl which contains the appointment currently being edited in the form.
Namespace: DevExpress.Xpf.Scheduler.UI
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Resource |
A DevExpress. |
#Remarks
Use the AppointmentResources property to get access to the collection of scheduler control resources which can be assigned to the appointment.
Acceess to the IDs of all resources currently associated with the appointment is provided via by the AppointmentFormController.AppointmentResourceIds property.
See Also