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

AppointmentStatusDataStorage.Remove(AppointmentStatus) Method

Removes the target AppointmentStatus from this AppointmentStatusDataStorage.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.2.dll

Declaration

public bool Remove(
    AppointmentStatus status
)

Parameters

Name Type Description
status AppointmentStatus

An AppointmentStatus to be removed from this AppointmentStatusDataStorage.

Returns

Type Description
Boolean

true, if the target Status was successfully removed; otherwise, false.

See Also