ClassBlockCollection
Class
Represents a collection of blocks in a document model.
Definition
Namespace:Telerik.Windows.Documents.Model
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class BlockCollection : SpecializedDocumentElementCollection<Block>, ICollection<Block>, IEnumerable<Block>, IList, ICollection, IEnumerable
Inheritance: objectSpecializedDocumentElementCollection<Block>BlockCollection
Implements:
Inherited Members
Constructors
BlockCollection(DocumentElementCollection)
Declaration
cs-api-definition
public BlockCollection(DocumentElementCollection toWrap)
Parameters
toWrap