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

BootstrapListBoxFieldCollection.Add(String, String) Method

For internal use only.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

public BootstrapListBoxField Add(
    string fieldName,
    string caption
)

Parameters

Name Type
fieldName String
caption String

Returns

Type
BootstrapListBoxField
See Also