Back to Devexpress

ResourcesComboBoxControl.ShowNoneResourcesItem Property

windowsforms-devexpress-dot-xtrascheduler-dot-ui-dot-resourcescomboboxcontrol-716899cf.md

latest1.6 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
[DefaultValue(true)]
[DXCategory("Appearance")]
public bool ShowNoneResourcesItem { get; set; }
vb
<DefaultValue(True)>
<DXCategory("Appearance")>
Public Property ShowNoneResourcesItem As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

ResourcesComboBoxControl Class

ResourcesComboBoxControl Members

DevExpress.XtraScheduler.UI Namespace