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

BootstrapListBoxFieldCollection.Add(String, String, Unit) Method

For internal use only.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

public BootstrapListBoxField Add(
    string fieldName,
    string caption,
    Unit width
)

Parameters

Name Type
fieldName String
caption String
width Unit

Returns

Type
BootstrapListBoxField
See Also