Class SectionCollection
Represents a collection of sections within a document model, allowing for organization and manipulation of different sections in a structured manner.
Inherited Members
Namespace: Telerik.Windows.Documents.Model
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class SectionCollection : SpecializedDocumentElementCollection<Section>, ICollection<Section>, IEnumerable<Section>, IEnumerable, IList, ICollection
Remarks
Use this collection to add, remove, or access individual sections in the document.
Constructors
SectionCollection(DocumentElementCollection)
Declaration
public SectionCollection(DocumentElementCollection toWrap)
Parameters
DocumentElementCollection
toWrap
|