ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderObject Class / HasChildren Property

In This Topic
    HasChildren Property (RenderObject)
    In This Topic
    Gets a value indicating whether the current object has children (i.e. its Children collection contains at least one element).
    Syntax
    'Declaration
     
    Public ReadOnly Property HasChildren As System.Boolean
    public System.bool HasChildren {get;}
    See Also