Gets or sets a string that specifies the property of the data source whose contents you want to display.
A String specifying the name of a property of the object specified by the DataSource property. The default is an empty string ("").
AutoComplete lists can display diverse types of objects. If the specified property does not exist on the object or the value of 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.
AutoComplete Class | Skybound.AutoComplete Namespace