Skip to main content
A newer version of this page is available. .

LabelColorCollection Class

A color collection used for appointment label colors.

Namespace: DevExpress.Xpf.Scheduling

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

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