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

为控件中的每个数据项显示的属性的名称或路径。 默认值为空字符串("")。

适用于