AutocompleteBuilder.Items Method
Name | Parameters | Description |
---|---|---|
Items(Action<CollectionFactory<AutocompleteItemBuilder>>) | configurator | Provides access to the client-side items option that represents an Autocomplete item collection. |
Items(IEnumerable<String>) | value | An array of items displayed by the UI component. Mirrors the client-side items option. |