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

AppointmentResourceEdit Class

A combo box editor used to select a single resource.

Namespace: DevExpress.Xpf.Scheduling.Editors

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

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public class AppointmentResourceEdit :
    ItemComboBoxEdit

Remarks

The AppointmentResourceEdit is a combo box editor which displays resource captions (ResourceItem.Caption) and squares filled with the color determined by the ResourceItem.Color property (or obtained from the SchedulerControl.ResourceBrushSchemas collection, if the Color property is not assigned). Set the ItemComboBoxEdit.Scheduler property to the SchedulerControl instance to display resources from the SchedulerControl.ResourceItems collection.

The AppointmentResourceEdit control with two sample resources is shown below.

WPFScheduler_AppointmentResourceEdit

See Also