Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DevExpress.Xpf.Scheduling.Editors Namespace

Contains classes for editors used in WPF Scheduler UI to display and specify object property values. To use these classes in XAML code, add the xmlns:dxsch=”http://schemas.devexpress.com/winfx/2008/xaml/scheduling“ namespace reference.

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

NuGet Package: DevExpress.Wpf.Scheduling

#Classes

Name Description
AppointmentLabelEdit A combo box editor used to select an appointment label.
AppointmentResourceEdit A combo box editor used to select a single resource.
AppointmentResourcesEdit A combo box used to select multiple resources.
AppointmentStatusEdit A combo box editor used to select an appointment status.
DurationEdit A combo box editor used to specify time intervals (durations).
ItemComboBoxEdit A base class for scheduler combo box editors.
ItemObservableCollection A base class for collections of items used in the scheduler combo box editors, such as labels, statuses and resources.
TimeZoneEdit A combo box editor used to select a time zone.