AppointmentLabelDataStorage.Remove(AppointmentLabel) Method
Removes the specific Label from this AppointmentLabelDataStorage.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.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