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

ResourcesComboBoxControl.ShowAllResourcesItem Property

Specifies whether the value corresponding to all of the items will be shown in the combo box.

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v19.1.dll

Declaration

[DefaultValue(true)]
[DXCategory("Appearance")]
public bool ShowAllResourcesItem { get; set; }

Property Value

Type Default Description
Boolean **true**

true if the value signifying “all of the items” is present in the combo box items list; otherwise false.

Remarks

Set this property’s value to false to hide the localized string meaning “all of the items” in the combo box.

See Also