Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1TabControl Class / DisplayMemberPath Property

In This Topic
    DisplayMemberPath Property (C1TabControl)
    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 String
    public string DisplayMemberPath {get; set;}
    See Also