Skip to main content

ResourcesComboBoxControl.ShowAllResourcesItem Property

Specifies whether the All item should be shown in the combo box.

Namespace: DevExpress.Xpf.Scheduler.UI

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

Declaration

public bool ShowAllResourcesItem { get; set; }
Public Property ShowAllResourcesItem As Boolean

Property Value

Type Description
Boolean

true if the value signifying All is added to the list of the combo box items; otherwise false.

Remarks

By default, the All and None items are shown in the combo box.

DXScheduler_ResourcesComboBoxControl_All_None

If you want to hide the All item, set the ShowAllResourcesItem property to false. To decide whether the None item should be shown, use the ResourcesComboBoxControl.ShowNoneResourcesItem property.

See Also