AppointmentLabelDataStorage.Remove(AppointmentLabel) Method
Removes the specific Label from this AppointmentLabelDataStorage.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v25.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| label | AppointmentLabel | An AppointmentLabel to be removed. |
Returns
| Type | Description |
|---|---|
| Boolean | true if the Label was successfully removed; otherwise, false. |
See Also