ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model Namespace / TocTreeNode Class / Nodes Property

In This Topic
    Nodes Property (TocTreeNode)
    In This Topic
    Gets the nested toc nodes or empty list for leaf node
    Syntax
    'Declaration
     
    Public ReadOnly Property Nodes As List(Of TocTreeNode)
    public List<TocTreeNode> Nodes {get;}
    See Also