Skip to main content

AppointmentFormController.Status Property

Gets or sets the status 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 AppointmentStatus Status { get; set; }

#Property Value

Type Description
AppointmentStatus

An AppointmentStatus object specifying the status of the appointment.

#Examples

This example demonstrates how to bind the AppointmentStatusEdit control on the custom Edit Appointment form to the appointment status via the AppointmentFormController.Status property.

See Also