Interface
IContainerElement

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 IFixedDocumentElement.Parent

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

ContentElementCollection

The collection of content elements.

In this article
DefinitionPropertiesContent
Not finding the help you need?
Contact Support