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

SchedulerControl.LabelColors Property

Gets or sets label colors.

Namespace: DevExpress.Xpf.Scheduling

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

Declaration

[Browsable(false)]
public LabelColorCollection LabelColors { get; set; }

Property Value

Type Description
LabelColorCollection

A LabelColorCollection collection containing colors.

Remarks

An appointment label color is specified by the AppointmentLabelItem.Color property. Label colors are defined in the DevExpress WPF Theme resources using the theme key SchedulerThemeKey and ResourceKey=LabelColors. Different themes can have different label colors. Use the LabelColors property to get access to label colors and change them.

Tip

Use the SchedulerControl.LabelItems property to get access to the scheduler’s label collection.

See Also