Class BlockCollection
Inherited Members
Namespace: Telerik.Windows.Documents.Model
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class BlockCollection : SpecializedDocumentElementCollection<Block>, ICollection<Block>, IEnumerable<Block>, IEnumerable, IList, ICollection
Constructors
BlockCollection(DocumentElementCollection)
Declaration
public BlockCollection(DocumentElementCollection toWrap)
Parameters
Document
|