BlockContainerBase
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:
C#
public abstract class BlockContainerBase : DocumentElementBase
Inheritance: objectDocumentElementBaseBlockContainerBase
Derived Classes:
Inherited Members
Properties
Gets the collection of block-level elements contained within this container.
C#
public BlockCollection Blocks { get; }
The blocks.