TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / PropertyPath Class / Values Property

In This Topic
    Values Property (PropertyPath)
    In This Topic
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Values As ICollection(Of TValue)
    public ICollection<TValue> Values {get;}
    See Also