BootstrapListBox.Fields Property
Provides access to a ListBox’s field collection.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.2.dll
NuGet Package: DevExpress.Web.Bootstrap
#Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapListBoxFieldCollection Fields { get; }
#Property Value
Type | Description |
---|---|
Bootstrap |
A Bootstrap |
#Remarks
This property stores all the fields present in the ListBox control. It allows you to add and delete fields using the appropriate methods.
Individual fields can be accessed using indexed notation or the bound field name as parameters. If the bound field name is used as an indexer and there are several fields with the same name, the first field found in the collection will be returned.
This property is a wrapper of the BootstrapListBoxProperties.Fields property. Please refer to its description for more information.