BootstrapListBoxField Properties
Contains settings that define an individual data field providing values to a list editor.| Name | Description |
|---|---|
| Collection | Gets the collection to which an item belongs. Inherited from CollectionItem. |
| FieldName | Gets or sets the name of the database field assigned to the current column. Inherited from ListBoxColumn. |
| Index | Gets or sets the item’s index within the collection. Inherited from CollectionItem. |
| SettingsMultiColumn | Specifies corresponding column settings when the control is in multi-column mode. |
| Visible | Specifies whether the column is visible. Inherited from WebColumnBase. |
See Also