Skip to main content

DevExpress v24.1 Update — Your Feedback Matters

Our What's New in v24.1 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

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.v24.1.dll

NuGet Package: DevExpress.Win.Scheduler

#Declaration

[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