AppointmentFormController.AppointmentResources Property
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
public ResourceBaseCollection AppointmentResources { get; set; }
Public Property AppointmentResources As ResourceBaseCollection
Property Value
| Type | Description |
|---|---|
| ResourceBaseCollection | A DevExpress.XtraScheduler.ResourceBaseCollection object specifying the collection of resources stored in the scheduler control. |
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