maui-devexpress-dot-maui-dot-scheduler-268a2464.md
A collection of label colors.
Namespace : DevExpress.Maui.Scheduler
Assembly : DevExpress.Maui.Scheduler.dll
NuGet Package : DevExpress.Maui.Scheduler
public class LabelColorCollection :
ObservableCollection<Color>
The following members return LabelColorCollection objects:
System.Object Collection<Color> ObservableCollection<Color> LabelColorCollection
YieldIfNotNull<LabelColorCollection>()
ForEach<Color>(Action<Color, Int32>)
Flatten<Color>(Func<Color, IEnumerable<Color>>)
Flatten<Color>(Func<Color, Int32, IEnumerable<Color>>)
ToObservableCollection<Color>()
ToReadOnlyObservableCollection<Color>()
See Also