Class SdtRepeatingSectionContentGenerator
Represents ContentGenerator for repeating section content control.
Inheritance
System.Object
SdtRepeatingSectionContentGenerator
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.Model.StructuredDocumentTags
Assembly: Telerik.Windows.Documents.dll
Syntax
public class SdtRepeatingSectionContentGenerator : SdtContentGenerator<RepeatingSectionProperties>
Constructors
SdtRepeatingSectionContentGenerator(RepeatingSectionProperties)
Initializes a new instance of the SdtRepeatingSectionContentGenerator class.
Declaration
public SdtRepeatingSectionContentGenerator(RepeatingSectionProperties properties)
Parameters
RepeatingSectionProperties
properties
|
Methods
GetContentFragmentOverride()
Generates the actual content fragment (non-placeholder).
Declaration
public override DocumentFragment GetContentFragmentOverride()
Returns
DocumentFragment
|
Overrides
Telerik.Windows.Documents.Model.StructuredDocumentTags.SdtContentGenerator<Telerik.Windows.Documents.Model.StructuredDocumentTags.RepeatingSectionProperties>.GetContentFragmentOverride()