AppointmentStatusDataStorage.Remove(AppointmentStatus) Method
In This Article
Removes the target AppointmentStatus from this AppointmentStatusDataStorage.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v25.1.dll
NuGet Package: DevExpress.Win.Scheduler
#Declaration
public bool Remove(
AppointmentStatus status
)
#Parameters
Name | Type | Description |
---|---|---|
status | Appointment |
An Appointment |
#Returns
Type | Description |
---|---|
Boolean | true if the target Status was successfully removed; otherwise, false. |
See Also