Skip to main content
A newer version of this page is available. .

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.v19.1.dll

Declaration

public BootstrapListBoxField Add(
    string fieldName
)

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