Skip to main content

BootstrapListBoxFieldCollection.Add Method

Name Parameters Description
Add() none Creates a new column with the default settings and adds it to the collection.
Add(BootstrapListBoxField) field Adds the specified field to the end of an editor’s field collection.
Add(String, String, Unit) fieldName, caption, width For internal use only.
Add(String, String) fieldName, caption For internal use only.
Add(String) fieldName Creates a new field with the specified setting and adds it to the collection.