Skip to main content

AppointmentFormController.Label Property

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

public AppointmentLabel Label { get; set; }

#Property Value

Type Description
AppointmentLabel

An AppointmentLabel object specifying the label of the 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