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

In This Topic
    HasChildren Property (Style)
    In This Topic
    Gets a value indicating whether the current style's Children collection has been initialized and contains one or more elements.
    Syntax
    'Declaration
     
    Public ReadOnly Property HasChildren As Boolean
    public bool HasChildren {get;}
    See Also