BootstrapListBoxFieldCollection.Add(String) Method
Creates a new field with the specified setting and adds it to the collection.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v25.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| fieldName | String | A String value that specifies the name of the associated data field. This value is assigned to the ListBoxColumn.FieldName property. |
Returns
| Type | Description |
|---|---|
| BootstrapListBoxField | A BootstrapListBoxField object representing the newly created field. |
See Also