RadControls for WPF

Namespace: Telerik.Windows.Documents.Model
Assembly: Telerik.Windows.Documents (in Telerik.Windows.Documents.dll) Version: 2013.1.403.40

Syntax

C#
public class BlockCollection : SpecializedDocumentElementCollection<Block>
Visual Basic
Public Class BlockCollection _
	Inherits SpecializedDocumentElementCollection(Of Block)

Inheritance Hierarchy

System..::..Object
  Telerik.Windows.Documents.Model..::..SpecializedDocumentElementCollection<(Of <(<'Block>)>)>
    Telerik.Windows.Documents.Model..::..BlockCollection

See Also