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

ResourcesPopupCheckedListBoxControl Class

The editor with a pop-up checked list box control that filters resources within the SchedulerControl.

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v19.1.dll

Declaration

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

Remarks

The ResourcesPopupCheckedListBoxControl class represents a supplementary control of the XtraScheduler Suite.

It gives the end user the ability to filter the resources shown in the Scheduler Control by checking them in the list.

To link it to a scheduler, set its ResourcesPopupCheckedListBoxControl.SchedulerControl property to that control. When dropped onto a form that contains a Scheduler control, it links itself automatically.

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

ResourcesPopupCheckedListBoxControl

See Also