ClassSectionCollection
Class
Manages document sections, each defining page layout properties and containing block-level content.
Definition
Namespace:Telerik.Windows.Documents.Flow.Model.Collections
Assembly:Telerik.Windows.Documents.Flow.dll
Syntax:
cs-api-definition
public sealed class SectionCollection : DocumentElementCollection<Section, RadFlowDocument>, IList<Section>, ICollection<Section>, IEnumerable<Section>, IEnumerable
Inheritance: objectDocumentElementCollectionBase<Section, RadFlowDocument>DocumentElementCollection<Section, RadFlowDocument>SectionCollection
Implements:
Inherited Members
Methods
AddSection()
Creates and appends a new Section to the collection and returns it for page layout and content configuration.