Skip to main content

AppointmentStatusEdit Class

A combo box control used to select appointment statuses. It facilitates the creation of custom Edit Appointment forms.

Namespace: DevExpress.Xpf.Scheduler.UI

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

#Declaration

[ToolboxTabName("DX.14.2: Scheduling")]
[DXToolboxBrowsable]
public class AppointmentStatusEdit :
    UserInterfaceObjectEdit<AppointmentStatus>

#Remarks

The AppointmentStatusEdit specifies a combo box control with images displayed along with text captions. To link this control to a collection of appointment statuses, set the AppointmentStatusEdit.Storage property to the SchedulerStorage object.

The common appearance of the AppointmentStatusEdit is shown in the picture below.

DXScheduler_AppointmentStatusEdit

#Examples

This example demonstrates how to bind the AppointmentStatusEdit control on the custom Edit Appointment form to the appointment status via the AppointmentFormController.Status property.

#Inheritance

Object
DispatcherObject
DependencyObject
Visual
UIElement
FrameworkElement
Control
BaseEdit
TextEditBase
TextEdit
ButtonEdit
PopupBaseEdit
LookUpEditBase
ComboBoxEdit
DevExpress.Xpf.Scheduler.UI.StorageBoundComboBoxEdit
DevExpress.Xpf.Scheduler.UI.UserInterfaceObjectEdit<AppointmentStatus>
AppointmentStatusEdit
See Also