ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1ItemsControl Class / DisplayMemberPath Property

In This Topic
    DisplayMemberPath Property (C1ItemsControl)
    In This Topic
    Gets or sets the name or path of the property that is displayed for each data item.
    Syntax
    'Declaration
     
    Public Property DisplayMemberPath As System.String
    public System.string DisplayMemberPath {get; set;}
    See Also