Class
BlockContainerBase

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: CommentHeaderFooterBaseSectionTableCell

Inherited Members DocumentElementBase.EnumerateChildrenOfType<T>()DocumentElementBase.OnChildAdded(DocumentElementBase)DocumentElementBase.OnChildRemoved(DocumentElementBase)DocumentElementBase.DocumentDocumentElementBase.Parent

Properties

Blocks

Gets the collection of block-level elements contained within this container.

Declaration

cs-api-definition
public BlockCollection Blocks { get; }

Property Value

BlockCollection

The blocks.

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