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

AppointmentLabelDataStorage.Add(AppointmentLabel) Method

Adds a specific Label to this AppointmentLabelDataStorage collection.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.2.dll

Declaration

public int Add(
    AppointmentLabel label
)

Parameters

Name Type Description
label AppointmentLabel

An AppointmentLabel to be added.

Returns

Type Description
Int32

An Int32 value that specifies the added Label’s index within the AppointmentLabelDataStorage collection.

See Also