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

ResourcesCheckedListBoxControl Class

The checked list box control that filters resources within the SchedulerControl.

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v18.2.dll

Declaration

[ToolboxBitmap(typeof(SchedulerControl), "Bitmaps256.ResourcesCheckedListBox.bmp")]
[ComVisible(false)]
[Docking(DockingBehavior.Ask)]
public class ResourcesCheckedListBoxControl :
    CheckedListBoxControl,
    IResourceFilterControl

The following members return ResourcesCheckedListBoxControl objects:

Remarks

The ResourcesCheckedListBoxControl class represents the additional control in the XtraScheduler suite. It can be used to allow an end-user to filter the resources for appointments shown in the Scheduler Control.

To link the ResourcesCheckedListBoxControl with the SchedulerControl simply set the ResourcesCheckedListBoxControl.SchedulerControl property to that Scheduler Control.

The common appearance of the ResourcesCheckedListBoxControl is shown in the image below.

ResourcesCheckedListBoxControl.png

See Also