InterfaceIContainerElement
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:
cs-api-definition
public interface IContainerElement : IFixedDocumentElement
Inherited Members
Properties
Content
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.
Declaration
cs-api-definition
ContentElementCollection Content { get; }
Property Value
The collection of content elements.