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

BootstrapListBoxFieldCollection.Add() Method

Creates a new column with the default settings and adds it to the collection.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.2.dll

Declaration

public BootstrapListBoxField Add()

Returns

Type Description
BootstrapListBoxField

A BootstrapListBoxField object representing the newly created field.

See Also