BootstrapListBox.Items Property
In This Article
Gets the collection of items in the list editor.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.2.dll
NuGet Package: DevExpress.Web.Bootstrap
#Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapListEditItemCollection Items { get; }
#Property Value
Type | Description |
---|---|
Bootstrap |
A Bootstrap |
See Also