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

AppointmentResourcesEdit Class

The pop-up checked list box control used to select multiple resources in appointment editing dialogs.

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v19.2.dll

Declaration

[ToolboxBitmap(typeof(SchedulerControl), "Bitmaps256.AppointmentResourcesEdit.bmp")]
[ComVisible(false)]
public class AppointmentResourcesEdit :
    ResourcesPopupCheckedListBoxControl

Remarks

The AppointmentResourcesEdit class represents a supplementary control of the XtraScheduler Suite. It is a ResourcesPopupCheckedListBoxControl descendant for use on the Edit Appointment form. It provides the capability to select multiple resources for the appointment by checking them in the list.

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

ResourcesPopupCheckedListBoxControl

See Also