Class
BlockCollection

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: ICollectionICollection<Block>IEnumerableIEnumerable<Block>IList

Inherited Members SpecializedDocumentElementCollection<Block>.OnElementAdded(DocumentElement)SpecializedDocumentElementCollection<Block>.OnCollectionChanged()SpecializedDocumentElementCollection<Block>.ToArray()SpecializedDocumentElementCollection<Block>.VerifyChildrenOverride(Block)SpecializedDocumentElementCollection<Block>.Add(Block)SpecializedDocumentElementCollection<Block>.AddBefore(Block, Block)SpecializedDocumentElementCollection<Block>.AddAfter(Block, Block)SpecializedDocumentElementCollection<Block>.Clear()SpecializedDocumentElementCollection<Block>.Contains(Block)SpecializedDocumentElementCollection<Block>.CopyTo(Block[], int)SpecializedDocumentElementCollection<Block>.Remove(Block)SpecializedDocumentElementCollection<Block>.Detach(Block)SpecializedDocumentElementCollection<Block>.GetEnumerator()SpecializedDocumentElementCollection<Block>.AddRange(IEnumerable<Block>)SpecializedDocumentElementCollection<Block>.InnerCollectionSpecializedDocumentElementCollection<Block>.FirstSpecializedDocumentElementCollection<Block>.LastSpecializedDocumentElementCollection<Block>.CountSpecializedDocumentElementCollection<Block>.IsReadOnlySpecializedDocumentElementCollection<Block>.ElementAddedSpecializedDocumentElementCollection<Block>.CollectionChanged

Constructors

BlockCollection(DocumentElementCollection)

Declaration

cs-api-definition
public BlockCollection(DocumentElementCollection toWrap)

Parameters

toWrap

DocumentElementCollection