This is a migrated thread and some comments may be shown as answers.

Adding Values of AutocompleteBox to a var

1 Answer 62 Views
AutoCompleteBox
This is a migrated thread and some comments may be shown as answers.
Bjorn
Top achievements
Rank 1
Bjorn asked on 11 Apr 2017, 02:08 PM

Anyone knows how i can add the selected items of the autocompletenbox to a variable ?

this tutorial video is not the same as the description:

http://www.telerik.com/videos/wpf/autocompletebox-for-wpf-themes

 

 

 

1 Answer, 1 is accepted

Sort by
0
Stefan Nenchev
Telerik team
answered on 13 Apr 2017, 12:56 PM
Hi Bjorn,

You can work with RadAutoCompleteBox's SelectedItems property:

var selectedItems = AutoComplete.SelectedItems;

Regards,
Stefan Nenchev
Telerik by Progress
Want to extend the target reach of your WPF applications, leveraging iOS, Android, and UWP? Try UI for Xamarin, a suite of polished and feature-rich components for the Xamarin framework, which you to write beautiful native mobile apps using a single shared C# codebase.
Tags
AutoCompleteBox
Asked by
Bjorn
Top achievements
Rank 1
Answers by
Stefan Nenchev
Telerik team
Share this question
or