A newer version of this page is available.
Switch to the current version.
LabelColorCollection Class
A color collection used for appointment label colors.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v18.2.dll
Declaration
public class LabelColorCollection :
ObservableCollection<Color>
Public Class LabelColorCollection
Inherits ObservableCollection(Of Color)
Related API Members
The following members accept/return LabelColorCollection objects:
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
See Also
Feedback