Class SectionCollection
Defines a collection of sections.
Inheritance
System.Object
SectionCollection
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Flow.Model.Collections
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public sealed class SectionCollection : DocumentElementCollection<Section, RadFlowDocument>, IList<Section>, ICollection<Section>, IEnumerable<Section>, IEnumerable
Methods
AddSection()
Adds a new Section to the collection.
Declaration
public Section AddSection()
Returns
Section
The added section. |