TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1TreeViewNodeStylesEventArgs Class / NodeStyles Property

In This Topic
    NodeStyles Property (C1TreeViewNodeStylesEventArgs)
    In This Topic
    Gets the tree node styles of TreeView control.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property NodeStyles As TreeNodeCellStyles
    public TreeNodeCellStyles NodeStyles {get;}
    See Also