ILayoutElementContainer
Interface
Represents an item that may contain other LayoutElements
Definition
Namespace:Telerik.Reporting.Processing
Assembly:Telerik.Reporting.dll
Syntax:
C#
public interface ILayoutElementContainer
Derived Classes:
Properties
Children
IEnumerable<LayoutElement>
Gets a read-only enumeration containing the immediate children of the current container.
C#
IEnumerable<LayoutElement> Children { get; }