Interface ISelectorProviderWithSuggestions
- Namespace
- Dynamicweb.CoreUI.Editors.Selectors
- Assembly
- Dynamicweb.CoreUI.dll
public interface ISelectorProviderWithSuggestions : ISearchableSelectorProvider
- Inherited Members
Properties
IsSuggestionsEnabled
bool IsSuggestionsEnabled { get; }
Property Value
Methods
FindSuggestions(int)
IEnumerable<SelectedItem>? FindSuggestions(int take)
Parameters
take
int