Class
SectionCollection

Represents a collection of sections within a document model, allowing for organization and manipulation of different sections in a structured manner.

Definition

Namespace:Telerik.Windows.Documents.Model

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class SectionCollection : SpecializedDocumentElementCollection<Section>, ICollection<Section>, IEnumerable<Section>, IList, ICollection, IEnumerable

Inheritance: objectSpecializedDocumentElementCollection<Section>SectionCollection

Implements: ICollectionICollection<Section>IEnumerableIEnumerable<Section>IList

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

Constructors

SectionCollection(DocumentElementCollection)

Declaration

cs-api-definition
public SectionCollection(DocumentElementCollection toWrap)

Parameters

toWrap

DocumentElementCollection