SearchMenuControlItemsSuggestion Property

Suggested items in the SearchMenuControl usercontrol based on the content of the textbox.

Definition

Namespace: Aliquo.Windows.Controls
Assembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
public ObservableCollection<Object> ItemsSuggestion { get; }

Property Value

ObservableCollectionObject

See Also