Class SdtRepeatingSectionItemBuilder
Represents an SdtRepeatingSectionItemBuilder that handles the generation of RepeatingSectionItem content controls.
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.StructuredDocumentTags
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public class SdtRepeatingSectionItemBuilder : SdtBuilder<RepeatingSectionItemProperties>, ISdtBuilder
Constructors
SdtRepeatingSectionItemBuilder(SdtRangeStart, RepeatingSectionItemProperties)
Initializes a new instance of the SdtRepeatingSectionItemBuilder class.
Declaration
public SdtRepeatingSectionItemBuilder(SdtRangeStart sdt, RepeatingSectionItemProperties properties)
Parameters
SdtRangeStart
sdt
|
RepeatingSectionItemProperties
properties
|