ASP.NET Core 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 System.String()
    'Usage
     
    
    Dim instance As TreeView
    Dim value() As System.String
     
    instance.DisplayMemberPath = value
     
    value = instance.DisplayMemberPath
    public System.string[] DisplayMemberPath {get; set;}
    public read-write property DisplayMemberPath: System.array of String; 
    public function get,set DisplayMemberPath : System.String[]
    public: __property System.string*[]* get_DisplayMemberPath();
    public: __property void set_DisplayMemberPath( 
       System.string*[][]* value
    );
    public:
    property System.array<String^>^ DisplayMemberPath {
       System.array<String^>^ get();
       void set (    System.array<String^>^ value);
    }
    See Also