AppointmentFormController.Label Property
In This Article
Gets or sets the label associated with the appointment currently being edited in the custom Edit Appointment form.
Namespace: DevExpress.Xpf.Scheduler.UI
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Appointment |
An Appointment |
#Examples
This example demonstrates how to bind the AppointmentLabelEdit control on the custom Edit Appointment form to the appointment label via the AppointmentFormController.Label property.
See Also