Skip to main content

AppointmentStatusDataStorage.Remove(AppointmentStatus) Method

Removes the target AppointmentStatus from this AppointmentStatusDataStorage.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

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