Gets or sets the property to display for this System.Windows.Forms.ListControl.
Documentation for this section has not yet been entered.
The controls that inherit from System.Windows.Forms.ListControl can display diverse types of objects. If the specified property does not exist on the object or the value of ListControl.DisplayMember is an empty string (""), the results of the object's ToString method are displayed instead.
If the new display member cannot be set, the previous display member setting is maintained.