Binding a Multiselect Dropdown to a collection of strings

Hey folks, I'm probably missing something simple here.

Is there a way to bind a DropDownown to IEnumerable, and have both the TextProperty and ValueProperty just... be that string?

Hi @villawhatever,

If you bind to IEnumerable you do not need to set TextProperty and ValueProperty.