NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ListControl.DisplayMember

If the ListBox contains objects that support properties, this indicates which property of the object to show. If "", the object shows it's ToString().

[Visual Basic]
Public Property DisplayMember As String
[C#]
public string DisplayMember {get; set;}
[C++]
public: __property String* get_DisplayMember();
public: __property void set_DisplayMember(String*);
[JScript]
public function get DisplayMember() : String;
public function set DisplayMember(String);

See Also

ListControl Class | ListControl Members | System.WinForms Namespace