Class
SectionCollection

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: ICollection<Section>IEnumerableIEnumerable<Section>IList<Section>

Inherited Members DocumentElementCollectionBase<Section, RadFlowDocument>.GetEnumerator()DocumentElementCollectionBase<Section, RadFlowDocument>.IndexOf(Section)DocumentElementCollectionBase<Section, RadFlowDocument>.Insert(int, Section)DocumentElementCollectionBase<Section, RadFlowDocument>.InsertRange(int, IEnumerable<Section>)DocumentElementCollectionBase<Section, RadFlowDocument>.RemoveAt(int)DocumentElementCollectionBase<Section, RadFlowDocument>.RemoveRange(int, int)DocumentElementCollectionBase<Section, RadFlowDocument>.Clear()DocumentElementCollectionBase<Section, RadFlowDocument>.Contains(Section)DocumentElementCollectionBase<Section, RadFlowDocument>.CopyTo(Section[], int)DocumentElementCollectionBase<Section, RadFlowDocument>.Remove(Section)DocumentElementCollectionBase<Section, RadFlowDocument>.Add(Section)DocumentElementCollectionBase<Section, RadFlowDocument>.CountDocumentElementCollectionBase<Section, RadFlowDocument>.this[int]

Methods

AddSection()

Creates and appends a new Section to the collection and returns it for page layout and content configuration.

Declaration

cs-api-definition
public Section AddSection()

Returns

Section

The added section.

In this article
DefinitionMethodsAddSection()
Not finding the help you need?
Contact Support