IContainerElement
Interface
Represents the base interface for elements that can contain other content elements. This interface extends the fixed document element functionality with content management capabilities.
Definition
Namespace:Telerik.Windows.Documents.Fixed.Model.Common
Assembly:Telerik.Windows.Documents.Fixed.dll
Syntax:
C#
public interface IContainerElement : IFixedDocumentElement
Derived Classes:
Inherited Members
Properties
Gets the collection of content elements contained within this container element. This collection provides access to all child elements that make up the content of this container.
C#
ContentElementCollection Content { get; }
The collection of content elements.