Back to Devexpress

AppointmentLabelEdit Class

wpf-devexpress-dot-xpf-dot-scheduling-dot-editors.md

latest2.8 KB
Original Source

AppointmentLabelEdit Class

A combo box editor used to select an appointment label.

Namespace : DevExpress.Xpf.Scheduling.Editors

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
[DXLicenseWpf]
public class AppointmentLabelEdit :
    ItemComboBoxEdit
vb
<DXLicenseWpf>
Public Class AppointmentLabelEdit
    Inherits 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.

Inheritance

Show 16 items

Object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control BaseEdit TextEditBase TextEdit ButtonEdit PopupBaseEdit LookUpEditBase ComboBoxEdit ItemComboBoxEdit AppointmentLabelEdit

See Also

AppointmentLabelEdit Members

DevExpress.Xpf.Scheduling.Editors Namespace