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