TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1TreeViewNodeCellStylesEventArgs Class / NodeCellStyles Property

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