ItemsControl.DisplayMemberPath 속성

정의

각 데이터 항목에 대해 표시되는 속성의 이름 또는 경로를 가져오거나 설정합니다.

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"/>

속성 값

String

Platform::String

winrt::hstring

컨트롤의 각 데이터 항목에 대해 표시되는 속성의 이름 또는 경로입니다. 기본값은 빈 문자열("")입니다.

적용 대상