Skip to main content

ResourcesComboBoxControl Class

A combo box control used to filter resources within the Scheduler Control.

Namespace: DevExpress.Xpf.Scheduler.UI

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

#Declaration

[DXToolboxBrowsable]
[ToolboxTabName("DX.14.2: Scheduling")]
public class ResourcesComboBoxControl :
    ResourcesComboBoxControlBase,
    IResourceFilterControl

#Remarks

The ResourcesComboBoxControl class specifies an additional control of the DXScheduler Suite for Silverlight. It provides end-users with the capability to restrict the resources shown in the scheduler control to the selected resource, all available, or none. To bind the ResourcesComboBoxControl to the scheduler control, set its SchedulerControl property to the corresponding SchedulerControl object.

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

DXScheduler_ResourcesComboBoxControl

#Examples

This example demonstrates how to bind the ResourcesComboBoxControl control to the SchedulerControl object via the SchedulerControl property.

<dxschdui:ResourcesComboBoxControl SchedulerControl="{Binding ElementName=schedulerControl1}"/>

#Inheritance

Object
DispatcherObject
DependencyObject
Visual
UIElement
FrameworkElement
Control
BaseEdit
TextEditBase
TextEdit
ButtonEdit
PopupBaseEdit
LookUpEditBase
ComboBoxEdit
DevExpress.Xpf.Scheduler.UI.SchedulerBoundComboBoxEdit
DevExpress.Xpf.Scheduler.UI.ResourcesComboBoxControlBase
ResourcesComboBoxControl
See Also