ItemsControl.DisplayMemberPath プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
各データ項目に表示されるプロパティの名前またはパスを取得または設定します。
public:
property Platform::String ^ DisplayMemberPath { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring DisplayMemberPath();
void DisplayMemberPath(winrt::hstring value);
public string DisplayMemberPath { get; set; }
var string = itemsControl.displayMemberPath;
itemsControl.displayMemberPath = string;
Public Property DisplayMemberPath As String
<itemsControl DisplayMemberPath="propertyPath"/>
プロパティ値
コントロール内のデータ項目ごとに表示されるプロパティの名前またはパス。 既定値は、空の文字列 ("") です。