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

BootstrapComboBox.Items Property

Gets the collection of items displayed in the Combo Box editor’s dropdown window.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.2.dll

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
[Themeable(false)]
public BootstrapListEditItemCollection Items { get; }

Property Value

Type Description
BootstrapListEditItemCollection

A BootstrapListEditItemCollection instance that is the collection of items in the editor.

See Also