ItemsControl.DisplayMemberPath
ItemsControl.DisplayMemberPath
ItemsControl.DisplayMemberPath
ItemsControl.DisplayMemberPath
Property
Definition
Gets or sets the name or path of the property that is displayed for each data item.
public : Platform::String DisplayMemberPath { get; set; }
winrt::hstring DisplayMemberPath();
void DisplayMemberPath(winrt::hstring displaymemberpath);
public string DisplayMemberPath { get; set; }
Public ReadWrite Property DisplayMemberPath As string
<itemsControl DisplayMemberPath="propertyPath"/>
Property Value
string
string
The name or path of the property that is displayed for each the data item in the control. The default is an empty string ("").
피드백
피드백 로드 중...