Skip to main content

ComboBoxEdit.ShowCustomItems Property

Gets or sets whether to display custom items. This is a dependency property.

Namespace: DevExpress.Xpf.Editors

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

#Declaration

public bool? ShowCustomItems { get; set; }

#Property Value

Type Description
Nullable<Boolean>

true, to display custom items; otherwise, false.

See Also