AppointmentFormController.AppointmentResource Property
In This Article
Gets or sets the resource associated with 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 Resource object specifying the resource of the appointment. |
#Remarks
The unique identifier of the appointment resource, specified via the AppointmentResource property, can be accessed via the AppointmentFormControllerBase.ResourceId property.
See Also