A newer version of this page is available.
Switch to the current version.
BootstrapListBox.Items Property
Gets the collection of items in the list editor.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapListEditItemCollection Items { get; }
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property Items As BootstrapListEditItemCollection
Property Value
Type | Description |
---|---|
BootstrapListEditItemCollection | A BootstrapListEditItemCollection instance representing the collection of the editor's items. |
See Also
Feedback