I'm creating a custom VisualItem control that I'd like to use to display items in the ListControl.
My problem is that I don't seem to be able to get the control to stop displaying the DisplayMember text. If I set DisplayMember to None, it displays the type name information for the object.
How can I prevent this text from being displayed?
My problem is that I don't seem to be able to get the control to stop displaying the DisplayMember text. If I set DisplayMember to None, it displays the type name information for the object.
How can I prevent this text from being displayed?