ClassSectionCollection
Class
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:
Inherited Members
Constructors
SectionCollection(DocumentElementCollection)
Declaration
cs-api-definition
public SectionCollection(DocumentElementCollection toWrap)
Parameters
toWrap