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.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
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