TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / CustomContentPresenter Class / Owner Property

In This Topic
    Owner Property (CustomContentPresenter)
    In This Topic
    Gets the C1TreeView of current C1TreeNode.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Owner As C1TreeView
    public C1TreeView Owner {get;}
    See Also