Skip to main content

ResourcesComboBoxControl.ShowNoneResourcesItem Property

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

Namespace: DevExpress.Xpf.Scheduler.UI

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

Declaration

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

Property Value

Type Description
Boolean

true if the value signifying None 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 None item, set the ShowNoneResourcesItem property to false. To decide whether the All item should be shown, use the ResourcesComboBoxControl.ShowAllResourcesItem property.

See Also