AppointmentLabelCollection.Add(Object, String, String, Color) Method
Adds a new appointment label item with the specified settings to the collection.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v22.2.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
Parameters
Name | Type | Description |
---|---|---|
id | Object | An object that is the unique label identifier. |
displayName | String | A string that is the name of the label displayed in label editors. |
menuCaption | String | A string containing the menu caption for the command used to set the label for an appointment. |
labelColor | Color | A Color specifying the color that represents the label. |
Returns
Type | Description |
---|---|
Int32 | An integer value indicating the position at which the new element was inserted. |