I have one ComboBox in which there are multiple values are selected I want to show that values in TexBox with next line like
AAA
BBB
CCC
Currently its show in one line
AAA | BBB | CCC
I use bellow code
DataCardValue4.Selected.Value
on Default Property of TextBox