Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1HeaderedItemsControl Class / DisplayMemberPath Property

In This Topic
    DisplayMemberPath Property (C1HeaderedItemsControl)
    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