AppointmentLabelCollection.Add(Color, String, String) Method
Creates a new label with the specified color and displayed name, and appends it to the collection of appointment labels.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v25.2.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| color | Color | A Color object specifying the label’s color. |
| displayName | String | A string that is the name of the label displayed in label editors. |
| menuCaption | String | A string that is the caption of a context menu used to change a label for an appointment. |
Returns
| Type | Description |
|---|---|
| Int32 | An integer value indicating the position of the newly added label in the collection. |
Remarks
This method creates a label with an identifier provided automatically by the AppointmentLabelCollection object.
See Also