Skip to main content

AppointmentLabelCollection.Add(AppointmentLabel) Method

Adds a new appointment label item with the specified settings to the collection.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v23.2.dll

NuGet Package: DevExpress.Web.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 at which the new element was inserted.

See Also