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

ResourcesComboBoxControl Class

The combo box control that filters resources within the SchedulerControl.

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v18.2.dll

Declaration

[ToolboxBitmap(typeof(SchedulerControl), "Bitmaps256.ResourcesComboBox.bmp")]
[ComVisible(false)]
public class ResourcesComboBoxControl :
    ImageComboBoxEdit,
    IResourceFilterControl

Remarks

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

It gives the end user the ability to restrict the resources shown in the Scheduler Control to the selected resource, all available, or none.

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

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

ResourcesComboBoxControl

See Also