If the ListControl.DisplayMember property is not specified, the value returned by ListControl.GetItemText(object) is the value of the item's ToString method. Otherwise, the method returns the string value of the member specified in the ListControl.DisplayMember property for the object specified in the item parameter.