A newer version of this page is available.
Switch to the current version.
BootstrapListBoxFieldCollection.Add(String, String, Unit) Method
For internal use only.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
public BootstrapListBoxField Add(
string fieldName,
string caption,
Unit width
)
Public Function Add(
fieldName As String,
caption As String,
width As Unit
) As BootstrapListBoxField
Parameters
Name | Type |
---|---|
fieldName | String |
caption | String |
width | Unit |
Returns
Type |
---|
BootstrapListBoxField |
See Also
Feedback