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

AppointmentFormController.GetStatus() Method

OBSOLETE

Use AppointmentStatus instead.

Returns the current status of the appointment currently being edited in the form.

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v19.1.dll

Declaration

[Obsolete("Use AppointmentStatus instead.", false)]
public AppointmentStatus GetStatus()

Returns

Type Description
AppointmentStatus

An AppointmentStatus object which is the status of the appointment.

Remarks

Use the GetStatus method to obtain the status of the appointment that is currently being edited in the custom Edit Appointment form.

See Also