Back to Devexpress

AppointmentResourcesEdit Class

windowsforms-devexpress-dot-xtrascheduler-dot-ui-98a782e4.md

latest2.8 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
[ComVisible(false)]
[DXLicenseWinForms]
public class AppointmentResourcesEdit :
    ResourcesPopupCheckedListBoxControl
vb
<ComVisible(False)>
<DXLicenseWinForms>
Public Class AppointmentResourcesEdit
    Inherits 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.

Implements

IXtraResizableControl

Inheritance

Show 14 items

Object MarshalByRefObject Component Control DevExpress.XtraEditors.XtraControl ControlBase BaseControl BaseEdit TextEdit ButtonEdit PopupBaseEdit PopupContainerEdit ResourcesPopupCheckedListBoxControl AppointmentResourcesEdit

See Also

AppointmentResourcesEdit Members

DevExpress.XtraScheduler.UI Namespace