SelectBoxBuilder.Items Method
| Name | Parameters | Description |
|---|---|---|
| Items(Action<CollectionFactory<SelectBoxItemBuilder>>) | configurator | Provides access to the client-side items option that represents a SelectBox item collection. |
| Items(IEnumerable<String>) | value | Mirrors the client-side items option. |