Skip to main content

AppointmentLabelDataStorage.Add(AppointmentLabel) Method

Adds a specific Label to this AppointmentLabelDataStorage collection.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

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