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