Configures a structured document tag as a single item within a repeating section, holding one instance of repeatable content.
Definition
Namespace:Telerik.Windows.Documents.Flow.Model.StructuredDocumentTags
Assembly:Telerik.Windows.Documents.Flow.dll
Syntax:
C#
public class RepeatingSectionItemProperties : SdtProperties
Inheritance: objectSdtPropertiesRepeatingSectionItemProperties
Inherited Members
Constructors
Initializes a new instance of the RepeatingSectionItemProperties class.
C#
public RepeatingSectionItemProperties()
Properties
Gets the properties of the parent repeating section that contains this item, linking the item to its container.
C#
public RepeatingSectionProperties ParentSectionProperties { get; }