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.v24.1.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
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