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

In This Topic
    Node Property (CustomContentPresenter)
    In This Topic
    Gets the C1TreeNode that represents the CustomContentPresenter.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Node As C1TreeNode
    public C1TreeNode Node {get;}
    See Also