Skip to main content

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public BootstrapListBoxField Add()

Returns

Type Description
BootstrapListBoxField

A BootstrapListBoxField object representing the newly created field.

See Also