PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.4.5.2 Assembly / C1.Win.C1Preview Namespace / C1PreviewOutlineView Class / Nodes Property

In This Topic
    Nodes Property (C1PreviewOutlineView)
    In This Topic
    Gets the collection of tree nodes representing the outline entries of the document.
    Syntax
    'Declaration
     
    Public Shadows ReadOnly Property Nodes As TreeNodeCollection
    public new TreeNodeCollection Nodes {get;}
    See Also