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

AppointmentLabelEdit Class

A combo box editor used to select an appointment label.

Namespace: DevExpress.Xpf.Scheduling.Editors

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Scheduling, DevExpress.Wpf.Scheduling

Declaration

public class AppointmentLabelEdit :
    ItemComboBoxEdit

Remarks

The AppointmentLabelEdit is a combo box editor which displays label captions (AppointmentLabelItem.Caption) and colored squares (the color is determined by the AppointmentLabelItem.Color property). Set the ItemComboBoxEdit.Scheduler property to the SchedulerControl instance to display labels from the SchedulerControl.LabelItems collection.

The AppointmentLabelEdit control with default label collection is shown below.

WPFScheduler_AppointmentLabelEdit

See Also