Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / OutlineNode Class / HasChildren Property

In This Topic
    HasChildren Property (OutlineNode)
    In This Topic
    Gets a value indicating whether the Children collection of the current node has been initialized and contains at least one element.
    Syntax
    'Declaration
     
    Public ReadOnly Property HasChildren As Boolean
    public bool HasChildren {get;}
    See Also