Closed SERDARPINAR closed 1 year ago
hello my dataset from api and List.. how can i display custom colum name on search list.
List model = [{ Id=1,name='test'},{ Id=2,name='test2'}......]
i want display only name but when selected i want Id.. how can i do ? thank you
Try setting the DisplayMemberPath value to the name of the propery in your model.
DisplayMemberPath
hello my dataset from api and List.. how can i display custom colum name on search list.
List model = [{ Id=1,name='test'},{ Id=2,name='test2'}......]
i want display only name but when selected i want Id.. how can i do ? thank you