Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

AppointmentLabelCollection.Add Method

Name Parameters Description
Add(AppointmentLabel) value Creates a new label with the specified settings and adds it to the collection of appointment labels.
Add(Object, String, String, Color) id, displayName, menuCaption, labelColor Creates a new label with the specified settings and adds it to the collection of appointment labels.
Add(Color, String, String) color, displayName, menuCaption Creates a new label with the specified settings and adds it to the collection of appointment labels.
Add(Color, String) color, displayName Creates a new label with the specified settings and adds it to the collection of appointment labels.