Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 777 Bytes

itemscontrol_displaymemberpath.md

File metadata and controls

33 lines (22 loc) · 777 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.ItemsControl.DisplayMemberPath
winrt property

Windows.UI.Xaml.Controls.ItemsControl.DisplayMemberPath

-description

Gets or sets the name or path of the property that is displayed for each data item.

-xaml-syntax

<itemsControl DisplayMemberPath="propertyPath"/>

-xaml-values

propertyPath
propertyPathA property path that references a property in an object-property relationship, through "dot-down" syntax.
## -property-value The name or path of the property that is displayed for each the data item in the control. The default is an empty string ("").

-remarks

-examples

-see-also