バージョン

DisplayMemberPath プロパティ

テキストの取得元の選択された項目にパスを指定します。Text プロパティと DisplayText プロパティはこのパスから値を返します。
シンタックス
'宣言
 
Public Property DisplayMemberPath As String
public string DisplayMemberPath {get; set;}
解説

DisplayMemberPath はエディター用のテキストを取得するために使用するリスト オブジェクト プロパティを指定します。項目がドロップダウンから選択されると、Infragistics.Windows.Editors.XamComboEditor.SelectedItem プロパティは項目自体を返します。Infragistics.Windows.Editors.ValueEditor.Text プロパティと Infragistics.Windows.Editors.TextEditorBase.DisplayText プロパティは、その選択された項目から DisplayMemberPath によって指定されたプロパティの値を返します。

参照