Skip to main content

BootstrapListBoxFieldCollection.Add(String, String, Unit) Method

For internal use only.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

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

Parameters

Name Type
fieldName String
caption String
width Unit

Returns

Type
BootstrapListBoxField
See Also