ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Layout Namespace / ILayoutArea Interface / Children Property

In This Topic
    Children Property (ILayoutArea)
    In This Topic
    Returns the ILayoutArea objects that are children of this object (if any).
    Syntax
    'Declaration
     
    ReadOnly Property Children As IReadOnlyList(Of ILayoutArea)
    IReadOnlyList<ILayoutArea> Children {get;}
    See Also