Skip to main content
A newer version of this page is available. .

AppointmentFormController.AppointmentStatus Property

Gets or sets the status of the appointment currently being edited in the form.

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v19.1.dll

Declaration

public IAppointmentStatus AppointmentStatus { get; set; }

Property Value

Type Description
IAppointmentStatus

An object implementing the IAppointmentStatus interface which is the status of the appointment.

Remarks

Use the AppointmentStatus property to specify the status of the appointment that is currently being edited in the Edit Appointment form.

See Also