windowsforms-devexpress-dot-xtrascheduler-dot-ui-98a782e4.md
The pop-up checked list box control used to select multiple resources in appointment editing dialogs.
Namespace : DevExpress.XtraScheduler.UI
Assembly : DevExpress.XtraScheduler.v25.2.dll
NuGet Package : DevExpress.Win.Scheduler
[ComVisible(false)]
[DXLicenseWinForms]
public class AppointmentResourcesEdit :
ResourcesPopupCheckedListBoxControl
<ComVisible(False)>
<DXLicenseWinForms>
Public Class AppointmentResourcesEdit
Inherits ResourcesPopupCheckedListBoxControl
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.
Show 14 items
Object MarshalByRefObject Component Control DevExpress.XtraEditors.XtraControl ControlBase BaseControl BaseEdit TextEdit ButtonEdit PopupBaseEdit PopupContainerEdit ResourcesPopupCheckedListBoxControl AppointmentResourcesEdit
See Also