ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / TreeView Class / DisplayMemberPath Property

In This Topic
    DisplayMemberPath Property (TreeView)
    In This Topic
    Gets or sets the name of the property (or properties) to use as the visual representation of the nodes. When it is not set, ['header'] will be used.
    Syntax
    'Declaration
     
    
    Public Property DisplayMemberPath As String()
    public string[] DisplayMemberPath {get; set;}
    See Also