Skip to main content
A newer version of this page is available. .

AppointmentLabelDataStorage.Remove(AppointmentLabel) Method

Removes the specific Label from this AppointmentLabelDataStorage.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.2.dll

Declaration

public bool Remove(
    AppointmentLabel label
)

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