AppointmentResourceEdit Class
A combo box editor used to select a single resource.
Namespace: DevExpress.Xpf.Scheduling.Editors
Assembly: DevExpress.Xpf.Scheduling.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
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.
Related GitHub Examples
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the AppointmentResourceEdit class.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.