[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Layout.ILayoutArea.Children

Children Property

Children

Gets the ILayoutArea objects that are children of this object (if any).

Declaration
IReadOnlyList<ILayoutArea> Children { get; }
Property Value
Type Description
IReadOnlyList<ILayoutArea>

A read-only list of child layout areas as an IReadOnlyList<T>.