Skip to main content

AppointmentFormControllerBase.SetStatus(AppointmentStatusBase) Method

In This Article

Assigns the availability status to the appointment.

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v14.2.Core.dll

#Declaration

public void SetStatus(
    AppointmentStatusBase status
)

#Parameters

Name Type Description
status AppointmentStatusBase

An AppointmentStatus object specifying the availability status of the appointment.

See Also