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

LabelColorCollection Class

A color collection used for appointment label colors.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v24.2.dll

NuGet Package: DevExpress.Wpf.Scheduling

#Declaration

public class LabelColorCollection :
    ColorCollection

#Remarks

A LabelColorCollection instance is accessible using the SchedulerControl.LabelColors property.

Different themes may have different colors. If the theme does not specify label colors explicitly, a default color set is used. Default label colors are listed in the Labels document.

#Inheritance

Object
List<Color>
DevExpress.Xpf.Scheduling.ColorCollection
LabelColorCollection
See Also