AppointmentFormController.AppointmentResource Property
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
public Resource AppointmentResource { get; set; }
Public Property AppointmentResource As Resource
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