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

ResourcesComboBoxControl.ShowNoneResourcesItem Property

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

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v18.2.dll

Declaration

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

Property Value

Type Default Description
Boolean **true**

true if the value signifying “none 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 “none of the items” in the combo box.

See Also