Skip to main content

AppointmentLabelCollection.Add(AppointmentLabel) Method

Appends the specified AppointmentLabel object to the collection of appointment labels.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public virtual int Add(
    AppointmentLabel value
)

Parameters

Name Type Description
value AppointmentLabel

An AppointmentLabel object to append to the collection.

Returns

Type Description
Int32

An integer value indicating the position of the newly added label in the collection.

Remarks

This method adds an AppointmentLabel object to the end of the AppointmentLabelCollection collection.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the Add(AppointmentLabel) method.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also