InterfaceIBlockContainer
Interface
Represents a block container in the Telerik Windows Document Model.
Definition
Namespace:Telerik.Windows.Documents.Model
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public interface IBlockContainer
Properties
Blocks
Gets the collection of blocks contained within the block container.
Declaration
cs-api-definition
BlockCollection Blocks { get; }
Property Value
A collection of blocks that represent the content within the block container.