ClassBlockContainerBase
Class
Base class for elements that contain and manage collections of block-level elements like paragraphs and tables.
Definition
Namespace:Telerik.Windows.Documents.Flow.Model
Assembly:Telerik.Windows.Documents.Flow.dll
Syntax:
cs-api-definition
public abstract class BlockContainerBase : DocumentElementBase
Inheritance: objectDocumentElementBaseBlockContainerBase
Derived Classes:
Inherited Members
Properties
Blocks
Gets the collection of block-level elements contained within this container.
Declaration
cs-api-definition
public BlockCollection Blocks { get; }
Property Value
The blocks.