RoundComboBoxSuggestListFilter Property

Seggestion list filter delegate, which filters the data source items of the drop down list, based on text box content.

Definition

Namespace: BeeMobile.RoundComboBox
Assembly: BeeMobile.RoundComboBox.NET48 (in BeeMobile.RoundComboBox.NET48.dll) Version: 4.8.2.24
C#
public FilteredListFactory SuggestListFilter { get; set; }

Property Value

FilteredListFactory

See Also