AppointmentStatusDataStorage.Remove(AppointmentStatus) Method
Removes the target AppointmentStatus from this AppointmentStatusDataStorage.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
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